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

NameTypeDescription
additive-taxoption​<list​<v1-payment-tax>>
additive-tax-moneyoption​<v1-money>
created-atoption​<string>
creator-idoption​<string>
deviceoption​<device>
discount-moneyoption​<v1-money>
gross-sales-moneyoption​<v1-money>
idoption​<string>
inclusive-taxoption​<list​<v1-payment-tax>>
inclusive-tax-moneyoption​<v1-money>
is-partialoption​<bool>
itemizationsoption​<list​<v1-payment-itemization>>
merchant-idoption​<string>
net-sales-moneyoption​<v1-money>
net-total-moneyoption​<v1-money>
payment-urloption​<string>
processing-fee-moneyoption​<v1-money>
receipt-urloption​<string>
refunded-moneyoption​<v1-money>
refundsoption​<list​<v1-refund>>
surcharge-moneyoption​<v1-money>
surchargesoption​<list​<v1-payment-surcharge>>
swedish-rounding-moneyoption​<v1-money>
tax-moneyoption​<v1-money>
tenderoption​<list​<v1-tender>>
tip-moneyoption​<v1-money>
total-collected-moneyoption​<v1-money>