Record
get-invoices-params
No description available.
record get-invoices-params {
collection-method: option<get-invoices-collection-method-enum>,
created: option<string>,
customer: option<string>,
due-date: option<string>,
ending-before: option<string>,
expand: option<list<string>>,
limit: option<s32>,
starting-after: option<string>,
status: option<get-invoices-status-enum>,
subscription: option<string>,
data: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| collection-method | option<get-invoices-collection-method-enum> | |
| created | option<string> | |
| customer | option<string> | |
| due-date | option<string> | |
| ending-before | option<string> | |
| expand | option<list<string>> | |
| limit | option<s32> | |
| starting-after | option<string> | |
| status | option<get-invoices-status-enum> | |
| subscription | option<string> | |
| data | option<string> |