Record
get-refunds-response
No description available.
record get-refunds-response {
data: list<refund>,
has-more: bool,
object: get-refunds-response-object-enum,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| data | list<refund> | |
| has-more | bool | |
| object | get-refunds-response-object-enum | |
| url | string |