Record
list-payment-refunds-response
No description available.
record list-payment-refunds-response {
cursor: option<string>,
errors: option<list<error>>,
refunds: option<list<payment-refund>>,
}Fields
| Name | Type | Description |
|---|---|---|
| cursor | option<string> | |
| errors | option<list<error>> | |
| refunds | option<list<payment-refund>> |