Record

v1-refund

No description available.

record v1-refund {
  created-at: option​<string>,
  is-exchange: option​<bool>,
  merchant-id: option​<string>,
  payment-id: option​<string>,
  processed-at: option​<string>,
  reason: option​<string>,
  refunded-additive-tax: option​<list​<v1-payment-tax>>,
  refunded-additive-tax-money: option​<v1-money>,
  refunded-discount-money: option​<v1-money>,
  refunded-inclusive-tax: option​<list​<v1-payment-tax>>,
  refunded-inclusive-tax-money: option​<v1-money>,
  refunded-money: option​<v1-money>,
  refunded-processing-fee-money: option​<v1-money>,
  refunded-surcharge-money: option​<v1-money>,
  refunded-surcharges: option​<list​<v1-payment-surcharge>>,
  refunded-tax-money: option​<v1-money>,
  refunded-tip-money: option​<v1-money>,
  type-op: option​<string>,
}

Fields

NameTypeDescription
created-atoption​<string>
is-exchangeoption​<bool>
merchant-idoption​<string>
payment-idoption​<string>
processed-atoption​<string>
reasonoption​<string>
refunded-additive-taxoption​<list​<v1-payment-tax>>
refunded-additive-tax-moneyoption​<v1-money>
refunded-discount-moneyoption​<v1-money>
refunded-inclusive-taxoption​<list​<v1-payment-tax>>
refunded-inclusive-tax-moneyoption​<v1-money>
refunded-moneyoption​<v1-money>
refunded-processing-fee-moneyoption​<v1-money>
refunded-surcharge-moneyoption​<v1-money>
refunded-surchargesoption​<list​<v1-payment-surcharge>>
refunded-tax-moneyoption​<v1-money>
refunded-tip-moneyoption​<v1-money>
type-opoption​<string>