Record
dispute
No description available.
record dispute {
amount: s32,
balance-transactions: list<balance-transaction>,
charge: string,
created: s32,
currency: string,
evidence: dispute-evidence,
evidence-details: dispute-evidence-details,
id: string,
is-charge-refundable: bool,
livemode: bool,
metadata: dispute-metadata,
object: dispute-object-enum,
payment-intent: option<string>,
reason: string,
status: dispute-status-enum,
}Fields
| Name | Type | Description |
|---|---|---|
| amount | s32 | |
| balance-transactions | list<balance-transaction> | |
| charge | string | |
| created | s32 | |
| currency | string | |
| evidence | dispute-evidence | |
| evidence-details | dispute-evidence-details | |
| id | string | |
| is-charge-refundable | bool | |
| livemode | bool | |
| metadata | dispute-metadata | |
| object | dispute-object-enum | |
| payment-intent | option<string> | |
| reason | string | |
| status | dispute-status-enum |