Record
quote-data-total-segment-extension-interface
No description available.
record quote-data-total-segment-extension-interface {
gift-cards: option<string>,
gw-add-card: option<string>,
gw-allow-gift-receipt: option<string>,
gw-base-price: option<string>,
gw-base-price-incl-tax: option<string>,
gw-base-tax-amount: option<string>,
gw-card-base-price: option<string>,
gw-card-base-price-incl-tax: option<string>,
gw-card-base-tax-amount: option<string>,
gw-card-price: option<string>,
gw-card-price-incl-tax: option<string>,
gw-card-tax-amount: option<string>,
gw-item-ids: option<list<string>>,
gw-items-base-price: option<string>,
gw-items-base-price-incl-tax: option<string>,
gw-items-base-tax-amount: option<string>,
gw-items-price: option<string>,
gw-items-price-incl-tax: option<string>,
gw-items-tax-amount: option<string>,
gw-order-id: option<string>,
gw-price: option<string>,
gw-price-incl-tax: option<string>,
gw-tax-amount: option<string>,
tax-grandtotal-details: option<list<tax-data-grand-total-details-interface>>,
vertex-tax-calculation-messages: option<list<string>>,
}Fields
| Name | Type | Description |
|---|---|---|
| gift-cards | option<string> | |
| gw-add-card | option<string> | |
| gw-allow-gift-receipt | option<string> | |
| gw-base-price | option<string> | |
| gw-base-price-incl-tax | option<string> | |
| gw-base-tax-amount | option<string> | |
| gw-card-base-price | option<string> | |
| gw-card-base-price-incl-tax | option<string> | |
| gw-card-base-tax-amount | option<string> | |
| gw-card-price | option<string> | |
| gw-card-price-incl-tax | option<string> | |
| gw-card-tax-amount | option<string> | |
| gw-item-ids | option<list<string>> | |
| gw-items-base-price | option<string> | |
| gw-items-base-price-incl-tax | option<string> | |
| gw-items-base-tax-amount | option<string> | |
| gw-items-price | option<string> | |
| gw-items-price-incl-tax | option<string> | |
| gw-items-tax-amount | option<string> | |
| gw-order-id | option<string> | |
| gw-price | option<string> | |
| gw-price-incl-tax | option<string> | |
| gw-tax-amount | option<string> | |
| tax-grandtotal-details | option<list<tax-data-grand-total-details-interface>> | |
| vertex-tax-calculation-messages | option<list<string>> |