Record
v1-payment-surcharge
No description available.
record v1-payment-surcharge {
amount-money: option<v1-money>,
applied-money: option<v1-money>,
name: option<string>,
rate: option<string>,
surcharge-id: option<string>,
taxable: option<bool>,
taxes: option<list<v1-payment-tax>>,
type-op: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| amount-money | option<v1-money> | |
| applied-money | option<v1-money> | |
| name | option<string> | |
| rate | option<string> | |
| surcharge-id | option<string> | |
| taxable | option<bool> | |
| taxes | option<list<v1-payment-tax>> | |
| type-op | option<string> |