Record

price

No description available.

record price {
  base: option​<string>,
  currency: option​<string>,
  fees: option​<list​<fee>>,
  refundable-taxes: option​<string>,
  taxes: option​<list​<tax>>,
  total: option​<string>,
}

Fields

NameTypeDescription
baseoption​<string>
currencyoption​<string>
feesoption​<list​<fee>>
refundable-taxesoption​<string>
taxesoption​<list​<tax>>
totaloption​<string>