OrderDetailWithOverridesViewModel
Name | Description | Type | Additional information |
---|---|---|---|
Quantity |
The quantity of the order detail. Set quantity to zero will remove the product line from the order. |
integer |
None. |
ProductID |
The product identifier of the order detail. |
string |
None. |
PriceTaxFields |
Contains the price and tax fields to be overridden for the given order line. When this field is not instantiated it will use as default the values from the inventory configuration. If inventory item is a group item, the overridden values will be applied only to the parent item order detail and sub items will be zero out. |
OrderDetailOverridenPriceTaxFields |
None. |
VolumeFields |
Contains the volume fields to be overridden for the given order line. When this field is not instantiated it will use as default the values from the inventory configuration. If inventory item is a group item, the overridden values will be applied only to the parent item order detail and sub items will be zero out. |
OrderDetailOverridenVolumeFields |
None. |
OtherPriceFields |
Contains the other price fields to be overridden for the given order line. When this field is not instantiated it will use as default the values from the inventory configuration. If inventory item is a group item, the overridden values will be applied only to the parent item order detail and sub items will be zero out. |
OrderDetailOverridenOtherPriceFields |
None. |
Misc |
For any customizations, this holds the extra fields associated to customizations. |
Collection of MiscFieldViewModel |
None. |