Record
get-charges-params
No description available.
record get-charges-params {
created: option<string>,
customer: option<string>,
ending-before: option<string>,
expand: option<list<string>>,
limit: option<s32>,
payment-intent: option<string>,
starting-after: option<string>,
transfer-group: option<string>,
data: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| created | option<string> | |
| customer | option<string> | |
| ending-before | option<string> | |
| expand | option<list<string>> | |
| limit | option<s32> | |
| payment-intent | option<string> | |
| starting-after | option<string> | |
| transfer-group | option<string> | |
| data | option<string> |