Record
v1-refund
No description available.
record v1-refund {
created-at: option<string>,
is-exchange: option<bool>,
merchant-id: option<string>,
payment-id: option<string>,
processed-at: option<string>,
reason: option<string>,
refunded-additive-tax: option<list<v1-payment-tax>>,
refunded-additive-tax-money: option<v1-money>,
refunded-discount-money: option<v1-money>,
refunded-inclusive-tax: option<list<v1-payment-tax>>,
refunded-inclusive-tax-money: option<v1-money>,
refunded-money: option<v1-money>,
refunded-processing-fee-money: option<v1-money>,
refunded-surcharge-money: option<v1-money>,
refunded-surcharges: option<list<v1-payment-surcharge>>,
refunded-tax-money: option<v1-money>,
refunded-tip-money: option<v1-money>,
type-op: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| created-at | option<string> | |
| is-exchange | option<bool> | |
| merchant-id | option<string> | |
| payment-id | option<string> | |
| processed-at | option<string> | |
| reason | option<string> | |
| refunded-additive-tax | option<list<v1-payment-tax>> | |
| refunded-additive-tax-money | option<v1-money> | |
| refunded-discount-money | option<v1-money> | |
| refunded-inclusive-tax | option<list<v1-payment-tax>> | |
| refunded-inclusive-tax-money | option<v1-money> | |
| refunded-money | option<v1-money> | |
| refunded-processing-fee-money | option<v1-money> | |
| refunded-surcharge-money | option<v1-money> | |
| refunded-surcharges | option<list<v1-payment-surcharge>> | |
| refunded-tax-money | option<v1-money> | |
| refunded-tip-money | option<v1-money> | |
| type-op | option<string> |