Wasm Directoryalpha
Record

order-money-amounts

No description available.

record order-money-amounts {
  discount-money: option​<money>,
  service-charge-money: option​<money>,
  tax-money: option​<money>,
  tip-money: option​<money>,
  total-money: option​<money>,
}

Fields

NameTypeDescription
discount-moneyoption​<money>
service-charge-moneyoption​<money>
tax-moneyoption​<money>
tip-moneyoption​<money>
total-moneyoption​<money>