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