Record
checkout
No description available.
record checkout {
amount-money: money,
app-id: option<string>,
cancel-reason: option<string>,
created-at: option<string>,
deadline-duration: option<string>,
device-options: device-checkout-options,
id: option<string>,
location-id: option<string>,
note: option<string>,
payment-ids: option<list<string>>,
payment-type: option<string>,
reference-id: option<string>,
status: option<string>,
updated-at: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| amount-money | money | |
| app-id | option<string> | |
| cancel-reason | option<string> | |
| created-at | option<string> | |
| deadline-duration | option<string> | |
| device-options | device-checkout-options | |
| id | option<string> | |
| location-id | option<string> | |
| note | option<string> | |
| payment-ids | option<list<string>> | |
| payment-type | option<string> | |
| reference-id | option<string> | |
| status | option<string> | |
| updated-at | option<string> |