You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Filter credit transactions by feature key. Omit to return all credit transactions. Use `exists=false` to return only unrestricted credit transactions. */
1537
+
feature_key?:
1538
+
|string
1539
+
|{
1540
+
eq?: string
1541
+
neq?: string
1542
+
contains?: string
1543
+
ocontains?: string[]
1544
+
oeq?: string[]
1545
+
gt?: string
1546
+
gte?: string
1547
+
lt?: string
1548
+
lte?: string
1549
+
exists?: boolean
1550
+
}
1536
1551
}
1537
1552
1538
1553
/** A credit transaction represents a single credit movement on the customer's balance. Credit transactions are immutable. */
0 commit comments