Record
debit-reversal
No description available.
record debit-reversal {
amount: s32,
created: s32,
currency: string,
financial-account: option<string>,
hosted-regulatory-receipt-url: option<string>,
id: string,
linked-flows: option<string>,
livemode: bool,
metadata: debit-reversal-metadata,
network: debit-reversal-network-enum,
object: debit-reversal-object-enum,
received-debit: string,
status: debit-reversal-status-enum,
status-transitions: received-debits-resource-status-transitions,
transaction: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| amount | s32 | |
| created | s32 | |
| currency | string | |
| financial-account | option<string> | |
| hosted-regulatory-receipt-url | option<string> | |
| id | string | |
| linked-flows | option<string> | |
| livemode | bool | |
| metadata | debit-reversal-metadata | |
| network | debit-reversal-network-enum | |
| object | debit-reversal-object-enum | |
| received-debit | string | |
| status | debit-reversal-status-enum | |
| status-transitions | received-debits-resource-status-transitions | |
| transaction | option<string> |