Record

quote-data-totals-extension-interface

No description available.

record quote-data-totals-extension-interface {
  base-customer-balance-amount: option​<f64>,
  base-reward-currency-amount: option​<f64>,
  coupon-label: option​<string>,
  customer-balance-amount: option​<f64>,
  negotiable-quote-totals: option​<negotiable-quote-data-negotiable-quote-totals-interface>,
  reward-currency-amount: option​<f64>,
  reward-points-balance: option​<f64>,
}

Fields

NameTypeDescription
base-customer-balance-amountoption​<f64>
base-reward-currency-amountoption​<f64>
coupon-labeloption​<string>
customer-balance-amountoption​<f64>
negotiable-quote-totalsoption​<negotiable-quote-data-negotiable-quote-totals-interface>
reward-currency-amountoption​<f64>
reward-points-balanceoption​<f64>