Record

transaction

No description available.

record transaction {
  client-id: option​<string>,
  created-at: option​<string>,
  id: option​<string>,
  location-id: option​<string>,
  order-id: option​<string>,
  product: option​<string>,
  reference-id: option​<string>,
  refunds: option​<list​<refund>>,
  shipping-address: option​<address>,
  tenders: option​<list​<tender>>,
}

Fields

NameTypeDescription
client-idoption​<string>
created-atoption​<string>
idoption​<string>
location-idoption​<string>
order-idoption​<string>
productoption​<string>
reference-idoption​<string>
refundsoption​<list​<refund>>
shipping-addressoption​<address>
tendersoption​<list​<tender>>