Wasm Directoryalpha
Record

post-tax-calculations-params

No description available.

record post-tax-calculations-params {
  currency: string,
  customer: option​<string>,
  customer-details: option​<post-tax-calculations-body-customer-details>,
  expand: option​<list​<string>>,
  line-items: list​<post-tax-calculations-body-line-items-item>,
  shipping-cost: option​<post-tax-calculations-body-shipping-cost>,
  tax-date: option​<s32>,
}

Fields

NameTypeDescription
currencystring
customeroption​<string>
customer-detailsoption​<post-tax-calculations-body-customer-details>
expandoption​<list​<string>>
line-itemslist​<post-tax-calculations-body-line-items-item>
shipping-costoption​<post-tax-calculations-body-shipping-cost>
tax-dateoption​<s32>