Record
negotiable-quote-data-negotiable-quote-interface
No description available.
record negotiable-quote-data-negotiable-quote-interface {
applied-rule-ids: string,
base-negotiated-total-price: option<f64>,
base-original-total-price: option<f64>,
creator-id: s32,
creator-type: s32,
deleted-sku: string,
email-notification-status: s32,
expiration-period: string,
extension-attributes: option<negotiable-quote-data-negotiable-quote-extension-interface>,
has-unconfirmed-changes: bool,
is-address-draft: bool,
is-customer-price-changed: bool,
is-regular-quote: bool,
is-shipping-tax-changed: bool,
negotiated-price-type: s32,
negotiated-price-value: f64,
negotiated-total-price: option<f64>,
notifications: s32,
original-total-price: option<f64>,
quote-id: s32,
quote-name: string,
shipping-price: f64,
status: string,
}Fields
| Name | Type | Description |
|---|---|---|
| applied-rule-ids | string | |
| base-negotiated-total-price | option<f64> | |
| base-original-total-price | option<f64> | |
| creator-id | s32 | |
| creator-type | s32 | |
| deleted-sku | string | |
| email-notification-status | s32 | |
| expiration-period | string | |
| extension-attributes | option<negotiable-quote-data-negotiable-quote-extension-interface> | |
| has-unconfirmed-changes | bool | |
| is-address-draft | bool | |
| is-customer-price-changed | bool | |
| is-regular-quote | bool | |
| is-shipping-tax-changed | bool | |
| negotiated-price-type | s32 | |
| negotiated-price-value | f64 | |
| negotiated-total-price | option<f64> | |
| notifications | s32 | |
| original-total-price | option<f64> | |
| quote-id | s32 | |
| quote-name | string | |
| shipping-price | f64 | |
| status | string |