Record
quote-data-cart-interface
No description available.
record quote-data-cart-interface {
billing-address: option<quote-data-address-interface>,
converted-at: option<string>,
created-at: option<string>,
currency: option<quote-data-currency-interface>,
customer: customer-data-customer-interface,
customer-is-guest: option<bool>,
customer-note: option<string>,
customer-note-notify: option<bool>,
customer-tax-class-id: option<s32>,
extension-attributes: option<quote-data-cart-extension-interface>,
id: s32,
is-active: option<bool>,
is-virtual: option<bool>,
items: option<list<quote-data-cart-item-interface>>,
items-count: option<s32>,
items-qty: option<f64>,
orig-order-id: option<s32>,
reserved-order-id: option<string>,
store-id: s32,
updated-at: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| billing-address | option<quote-data-address-interface> | |
| converted-at | option<string> | |
| created-at | option<string> | |
| currency | option<quote-data-currency-interface> | |
| customer | customer-data-customer-interface | |
| customer-is-guest | option<bool> | |
| customer-note | option<string> | |
| customer-note-notify | option<bool> | |
| customer-tax-class-id | option<s32> | |
| extension-attributes | option<quote-data-cart-extension-interface> | |
| id | s32 | |
| is-active | option<bool> | |
| is-virtual | option<bool> | |
| items | option<list<quote-data-cart-item-interface>> | |
| items-count | option<s32> | |
| items-qty | option<f64> | |
| orig-order-id | option<s32> | |
| reserved-order-id | option<string> | |
| store-id | s32 | |
| updated-at | option<string> |