Record
get-subscription-schedules-params
No description available.
record get-subscription-schedules-params {
canceled-at: option<string>,
completed-at: option<string>,
created: option<string>,
customer: option<string>,
ending-before: option<string>,
expand: option<list<string>>,
limit: option<s32>,
released-at: option<string>,
scheduled: option<bool>,
starting-after: option<string>,
data: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| canceled-at | option<string> | |
| completed-at | option<string> | |
| created | option<string> | |
| customer | option<string> | |
| ending-before | option<string> | |
| expand | option<list<string>> | |
| limit | option<s32> | |
| released-at | option<string> | |
| scheduled | option<bool> | |
| starting-after | option<string> | |
| data | option<string> |