Record
payment-refund
No description available.
record payment-refund {
amount-money: money,
app-fee-money: option<money>,
created-at: option<string>,
id: string,
location-id: option<string>,
order-id: option<string>,
payment-id: option<string>,
processing-fee: option<list<processing-fee>>,
reason: option<string>,
status: option<string>,
updated-at: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| amount-money | money | |
| app-fee-money | option<money> | |
| created-at | option<string> | |
| id | string | |
| location-id | option<string> | |
| order-id | option<string> | |
| payment-id | option<string> | |
| processing-fee | option<list<processing-fee>> | |
| reason | option<string> | |
| status | option<string> | |
| updated-at | option<string> |