ArticleNumber | - | String (10) | Article number of the product. |
Description | - | String (40) | Description of the product. |
DiscountAmount | - | Nullable<Decimal(18,2)> | The discount amount. If set, the amount will be deducted from the amount to pay. |
DiscountAmountIncludingVat | - | Nullable<Boolean> | If true, the discount amount will be deducted after VAT is added (use for individual end-customers). If false, it will be deducted before VAT is added (use for business end-customers). |
DiscountPercent | - | Decimal (2,0) | Percent of discount (0–99). |
NumberOfUnits | * | Decimal(7,2) | |
PriceIncludingVat | - | Nullable<Boolean> | If true, PricePerUnit will be considered as including tax. Recommended to be true if the customer is an individual and false if a company. |
PricePerUnit | * | Decimal(18,2) | Price per unit of product. (Excluding VAT if flag PriceIncludingVat is not set to true.) |
TemporaryReference | - | String | A temporary reference to the order row. It will not be saved but if used, a list with temporary references and order row numbers will be returned. |
Unit | - | String (3) | Short description of the unit (e.g., "ea."). |
VatPercent | * | Decimal(18,2) | Percent of VAT (0–99). |