Record
v1-payment
No description available.
record v1-payment {
additive-tax: option<list<v1-payment-tax>>,
additive-tax-money: option<v1-money>,
created-at: option<string>,
creator-id: option<string>,
device: option<device>,
discount-money: option<v1-money>,
gross-sales-money: option<v1-money>,
id: option<string>,
inclusive-tax: option<list<v1-payment-tax>>,
inclusive-tax-money: option<v1-money>,
is-partial: option<bool>,
itemizations: option<list<v1-payment-itemization>>,
merchant-id: option<string>,
net-sales-money: option<v1-money>,
net-total-money: option<v1-money>,
payment-url: option<string>,
processing-fee-money: option<v1-money>,
receipt-url: option<string>,
refunded-money: option<v1-money>,
refunds: option<list<v1-refund>>,
surcharge-money: option<v1-money>,
surcharges: option<list<v1-payment-surcharge>>,
swedish-rounding-money: option<v1-money>,
tax-money: option<v1-money>,
tender: option<list<v1-tender>>,
tip-money: option<v1-money>,
total-collected-money: option<v1-money>,
}Fields
| Name | Type | Description |
|---|---|---|
| additive-tax | option<list<v1-payment-tax>> | |
| additive-tax-money | option<v1-money> | |
| created-at | option<string> | |
| creator-id | option<string> | |
| device | option<device> | |
| discount-money | option<v1-money> | |
| gross-sales-money | option<v1-money> | |
| id | option<string> | |
| inclusive-tax | option<list<v1-payment-tax>> | |
| inclusive-tax-money | option<v1-money> | |
| is-partial | option<bool> | |
| itemizations | option<list<v1-payment-itemization>> | |
| merchant-id | option<string> | |
| net-sales-money | option<v1-money> | |
| net-total-money | option<v1-money> | |
| payment-url | option<string> | |
| processing-fee-money | option<v1-money> | |
| receipt-url | option<string> | |
| refunded-money | option<v1-money> | |
| refunds | option<list<v1-refund>> | |
| surcharge-money | option<v1-money> | |
| surcharges | option<list<v1-payment-surcharge>> | |
| swedish-rounding-money | option<v1-money> | |
| tax-money | option<v1-money> | |
| tender | option<list<v1-tender>> | |
| tip-money | option<v1-money> | |
| total-collected-money | option<v1-money> |