Record
quote-data-totals-interface
No description available.
record quote-data-totals-interface {
base-currency-code: option<string>,
base-discount-amount: option<f64>,
base-grand-total: option<f64>,
base-shipping-amount: option<f64>,
base-shipping-discount-amount: 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-subtotal-with-discount: option<f64>,
base-tax-amount: option<f64>,
coupon-code: option<string>,
discount-amount: option<f64>,
extension-attributes: option<quote-data-totals-extension-interface>,
grand-total: option<f64>,
items: option<list<quote-data-totals-item-interface>>,
items-qty: option<s32>,
quote-currency-code: option<string>,
shipping-amount: option<f64>,
shipping-discount-amount: option<f64>,
shipping-incl-tax: option<f64>,
shipping-tax-amount: option<f64>,
subtotal: option<f64>,
subtotal-incl-tax: option<f64>,
subtotal-with-discount: option<f64>,
tax-amount: option<f64>,
total-segments: list<quote-data-total-segment-interface>,
weee-tax-applied-amount: f64,
}Fields
| Name | Type | Description |
|---|---|---|
| base-currency-code | option<string> | |
| base-discount-amount | option<f64> | |
| base-grand-total | option<f64> | |
| base-shipping-amount | option<f64> | |
| base-shipping-discount-amount | 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-subtotal-with-discount | option<f64> | |
| base-tax-amount | option<f64> | |
| coupon-code | option<string> | |
| discount-amount | option<f64> | |
| extension-attributes | option<quote-data-totals-extension-interface> | |
| grand-total | option<f64> | |
| items | option<list<quote-data-totals-item-interface>> | |
| items-qty | option<s32> | |
| quote-currency-code | option<string> | |
| shipping-amount | option<f64> | |
| shipping-discount-amount | option<f64> | |
| shipping-incl-tax | option<f64> | |
| shipping-tax-amount | option<f64> | |
| subtotal | option<f64> | |
| subtotal-incl-tax | option<f64> | |
| subtotal-with-discount | option<f64> | |
| tax-amount | option<f64> | |
| total-segments | list<quote-data-total-segment-interface> | |
| weee-tax-applied-amount | f64 |