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
| Name | Type | Description |
|---|---|---|
| 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> |