Record
v1-order
No description available.
record v1-order {
btc-price-satoshi: option<f64>,
btc-receive-address: option<string>,
buyer-email: option<string>,
buyer-note: option<string>,
canceled-note: option<string>,
completed-note: option<string>,
created-at: option<string>,
errors: option<list<error>>,
expires-at: option<string>,
id: option<string>,
order-history: option<list<v1-order-history-entry>>,
payment-id: option<string>,
promo-code: option<string>,
recipient-name: option<string>,
recipient-phone-number: option<string>,
refunded-note: option<string>,
shipping-address: option<address>,
state: option<string>,
subtotal-money: option<v1-money>,
tender: option<v1-tender>,
total-discount-money: option<v1-money>,
total-price-money: option<v1-money>,
total-shipping-money: option<v1-money>,
total-tax-money: option<v1-money>,
updated-at: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| btc-price-satoshi | option<f64> | |
| btc-receive-address | option<string> | |
| buyer-email | option<string> | |
| buyer-note | option<string> | |
| canceled-note | option<string> | |
| completed-note | option<string> | |
| created-at | option<string> | |
| errors | option<list<error>> | |
| expires-at | option<string> | |
| id | option<string> | |
| order-history | option<list<v1-order-history-entry>> | |
| payment-id | option<string> | |
| promo-code | option<string> | |
| recipient-name | option<string> | |
| recipient-phone-number | option<string> | |
| refunded-note | option<string> | |
| shipping-address | option<address> | |
| state | option<string> | |
| subtotal-money | option<v1-money> | |
| tender | option<v1-tender> | |
| total-discount-money | option<v1-money> | |
| total-price-money | option<v1-money> | |
| total-shipping-money | option<v1-money> | |
| total-tax-money | option<v1-money> | |
| updated-at | option<string> |