ProductSelectionProductChanges
The class to describe the ProductSelectionProduct Changes business object.
| Name | Description | Type | Additional information |
|---|---|---|---|
| VATTariffId |
Gets or sets the VAT tariff identifier. |
integer |
None. |
| ProductSelectionId |
Gets or sets the product selection identifier. |
integer |
Required |
| PriceExVAT |
Gets or sets the price (exclude VAT). |
decimal number |
None. |
| SpecialPriceExVAT |
Gets or sets the special price (exclude VAT). |
decimal number |
None. |
| ExchangeRate |
Gets or sets the exchange rate. |
decimal number |
Required |
| DisableRecalculate |
Gets or sets a value indicating whether the recalculation is disabled. |
boolean |
Required |
| Id |
Gets or sets the identifier. |
integer |
Must be 0 |
| Active |
Gets or sets a value indicating whether this is active. |
boolean |
Required |
| ProductId |
Gets or sets the product identifier. |
integer |
Required |
| ProductCode |
Gets or sets the product code. |
string |
None. |
| ForeignPriceExVAT |
Gets or sets the foreign price (exclude VAT). |
decimal number |
None. |
| ForeignPriceIncVAT |
Gets or sets the foreign price (include VAT). |
decimal number |
None. |