Wasm Directoryalpha
Record

sales-data-order-item-extension-interface

No description available.

record sales-data-order-item-extension-interface {
  gift-message: option​<gift-message-data-message-interface>,
  gw-base-price: option​<string>,
  gw-base-price-invoiced: option​<string>,
  gw-base-price-refunded: option​<string>,
  gw-base-tax-amount: option​<string>,
  gw-base-tax-amount-invoiced: option​<string>,
  gw-base-tax-amount-refunded: option​<string>,
  gw-id: option​<string>,
  gw-price: option​<string>,
  gw-price-invoiced: option​<string>,
  gw-price-refunded: option​<string>,
  gw-tax-amount: option​<string>,
  gw-tax-amount-invoiced: option​<string>,
  gw-tax-amount-refunded: option​<string>,
  invoice-text-codes: option​<list​<string>>,
  tax-codes: option​<list​<string>>,
  vertex-tax-codes: option​<list​<string>>,
}

Fields

NameTypeDescription
gift-messageoption​<gift-message-data-message-interface>
gw-base-priceoption​<string>
gw-base-price-invoicedoption​<string>
gw-base-price-refundedoption​<string>
gw-base-tax-amountoption​<string>
gw-base-tax-amount-invoicedoption​<string>
gw-base-tax-amount-refundedoption​<string>
gw-idoption​<string>
gw-priceoption​<string>
gw-price-invoicedoption​<string>
gw-price-refundedoption​<string>
gw-tax-amountoption​<string>
gw-tax-amount-invoicedoption​<string>
gw-tax-amount-refundedoption​<string>
invoice-text-codesoption​<list​<string>>
tax-codesoption​<list​<string>>
vertex-tax-codesoption​<list​<string>>