Wasm Directoryalpha
Record

sales-data-creditmemo-interface

No description available.

record sales-data-creditmemo-interface {
  adjustment: option​<f64>,
  adjustment-negative: option​<f64>,
  adjustment-positive: option​<f64>,
  base-adjustment: option​<f64>,
  base-adjustment-negative: option​<f64>,
  base-adjustment-positive: option​<f64>,
  base-currency-code: option​<string>,
  base-discount-amount: option​<f64>,
  base-discount-tax-compensation-amount: option​<f64>,
  base-grand-total: option​<f64>,
  base-shipping-amount: option​<f64>,
  base-shipping-discount-tax-compensation-amnt: option​<f64>,
  base-shipping-incl-tax: option​<f64>,
  base-shipping-tax-amount: option​<f64>,
  base-subtotal: option​<f64>,
  base-subtotal-incl-tax: option​<f64>,
  base-tax-amount: option​<f64>,
  base-to-global-rate: option​<f64>,
  base-to-order-rate: option​<f64>,
  billing-address-id: option​<s32>,
  comments: option​<list​<sales-data-creditmemo-comment-interface>>,
  created-at: option​<string>,
  creditmemo-status: option​<s32>,
  discount-amount: option​<f64>,
  discount-description: option​<string>,
  discount-tax-compensation-amount: option​<f64>,
  email-sent: option​<s32>,
  entity-id: option​<s32>,
  extension-attributes: option​<sales-data-creditmemo-extension-interface>,
  global-currency-code: option​<string>,
  grand-total: option​<f64>,
  increment-id: option​<string>,
  invoice-id: option​<s32>,
  items: list​<sales-data-creditmemo-item-interface>,
  order-currency-code: option​<string>,
  order-id: s32,
  shipping-address-id: option​<s32>,
  shipping-amount: option​<f64>,
  shipping-discount-tax-compensation-amount: option​<f64>,
  shipping-incl-tax: option​<f64>,
  shipping-tax-amount: option​<f64>,
  state: option​<s32>,
  store-currency-code: option​<string>,
  store-id: option​<s32>,
  store-to-base-rate: option​<f64>,
  store-to-order-rate: option​<f64>,
  subtotal: option​<f64>,
  subtotal-incl-tax: option​<f64>,
  tax-amount: option​<f64>,
  transaction-id: option​<string>,
  updated-at: option​<string>,
}

Fields

NameTypeDescription
adjustmentoption​<f64>
adjustment-negativeoption​<f64>
adjustment-positiveoption​<f64>
base-adjustmentoption​<f64>
base-adjustment-negativeoption​<f64>
base-adjustment-positiveoption​<f64>
base-currency-codeoption​<string>
base-discount-amountoption​<f64>
base-discount-tax-compensation-amountoption​<f64>
base-grand-totaloption​<f64>
base-shipping-amountoption​<f64>
base-shipping-discount-tax-compensation-amntoption​<f64>
base-shipping-incl-taxoption​<f64>
base-shipping-tax-amountoption​<f64>
base-subtotaloption​<f64>
base-subtotal-incl-taxoption​<f64>
base-tax-amountoption​<f64>
base-to-global-rateoption​<f64>
base-to-order-rateoption​<f64>
billing-address-idoption​<s32>
commentsoption​<list​<sales-data-creditmemo-comment-interface>>
created-atoption​<string>
creditmemo-statusoption​<s32>
discount-amountoption​<f64>
discount-descriptionoption​<string>
discount-tax-compensation-amountoption​<f64>
email-sentoption​<s32>
entity-idoption​<s32>
extension-attributesoption​<sales-data-creditmemo-extension-interface>
global-currency-codeoption​<string>
grand-totaloption​<f64>
increment-idoption​<string>
invoice-idoption​<s32>
itemslist​<sales-data-creditmemo-item-interface>
order-currency-codeoption​<string>
order-ids32
shipping-address-idoption​<s32>
shipping-amountoption​<f64>
shipping-discount-tax-compensation-amountoption​<f64>
shipping-incl-taxoption​<f64>
shipping-tax-amountoption​<f64>
stateoption​<s32>
store-currency-codeoption​<string>
store-idoption​<s32>
store-to-base-rateoption​<f64>
store-to-order-rateoption​<f64>
subtotaloption​<f64>
subtotal-incl-taxoption​<f64>
tax-amountoption​<f64>
transaction-idoption​<string>
updated-atoption​<string>