Record
get-subscriptions-params
No description available.
record get-subscriptions-params {
collection-method: option<get-subscriptions-collection-method-enum>,
created: option<string>,
current-period-end: option<string>,
current-period-start: option<string>,
customer: option<string>,
ending-before: option<string>,
expand: option<list<string>>,
limit: option<s32>,
price: option<string>,
starting-after: option<string>,
status: option<get-subscriptions-status-enum>,
test-clock: option<string>,
data: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| collection-method | option<get-subscriptions-collection-method-enum> | |
| created | option<string> | |
| current-period-end | option<string> | |
| current-period-start | option<string> | |
| customer | option<string> | |
| ending-before | option<string> | |
| expand | option<list<string>> | |
| limit | option<s32> | |
| price | option<string> | |
| starting-after | option<string> | |
| status | option<get-subscriptions-status-enum> | |
| test-clock | option<string> | |
| data | option<string> |