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

NameTypeDescription
btc-price-satoshioption​<f64>
btc-receive-addressoption​<string>
buyer-emailoption​<string>
buyer-noteoption​<string>
canceled-noteoption​<string>
completed-noteoption​<string>
created-atoption​<string>
errorsoption​<list​<error>>
expires-atoption​<string>
idoption​<string>
order-historyoption​<list​<v1-order-history-entry>>
payment-idoption​<string>
promo-codeoption​<string>
recipient-nameoption​<string>
recipient-phone-numberoption​<string>
refunded-noteoption​<string>
shipping-addressoption​<address>
stateoption​<string>
subtotal-moneyoption​<v1-money>
tenderoption​<v1-tender>
total-discount-moneyoption​<v1-money>
total-price-moneyoption​<v1-money>
total-shipping-moneyoption​<v1-money>
total-tax-moneyoption​<v1-money>
updated-atoption​<string>