Record
refund
No description available.
record refund {
amount: s32,
balance-transaction: option<string>,
charge: option<string>,
created: s32,
currency: string,
description: option<string>,
failure-balance-transaction: option<string>,
failure-reason: option<string>,
id: string,
instructions-email: option<string>,
metadata: option<refund-metadata>,
next-action: option<refund-next-action>,
object: refund-object-enum,
payment-intent: option<string>,
reason: option<refund-reason-enum>,
receipt-number: option<string>,
source-transfer-reversal: option<string>,
status: option<string>,
transfer-reversal: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| amount | s32 | |
| balance-transaction | option<string> | |
| charge | option<string> | |
| created | s32 | |
| currency | string | |
| description | option<string> | |
| failure-balance-transaction | option<string> | |
| failure-reason | option<string> | |
| id | string | |
| instructions-email | option<string> | |
| metadata | option<refund-metadata> | |
| next-action | option<refund-next-action> | |
| object | refund-object-enum | |
| payment-intent | option<string> | |
| reason | option<refund-reason-enum> | |
| receipt-number | option<string> | |
| source-transfer-reversal | option<string> | |
| status | option<string> | |
| transfer-reversal | option<string> |