Record
create-refund-params
No description available.
record create-refund-params {
location-id: string,
payment-id: string,
reason: string,
refunded-money: option<v1-money>,
request-idempotence-key: option<string>,
type-op: string,
}Fields
| Name | Type | Description |
|---|---|---|
| location-id | string | |
| payment-id | string | |
| reason | string | |
| refunded-money | option<v1-money> | |
| request-idempotence-key | option<string> | |
| type-op | string |