Fields documentation for PriceExampleWeb
Name | Type | Summery | Remarks |
---|---|---|---|
Count | Int32 | The number of articles that this price example applies to. | |
Currency | String | ISO 4217 currency code. | |
Discount | Double | The discout amount (incl. VAT) subtracted from the Price of the article. | |
Id | Int32 | Unique Id for the entity. This Id is unchanged throughout the entity's lifetime. | |
Price | Double | The total price incl. VAT for the number of items specified in Count. | |
PriceWithoutVat | Double | The total price without VAT for the number of items specified in Count. | Price without VAT is only ever relevant for company customers that are VAT exempted. |
ValidFrom | DateTime | Start date. | |
ValidTo | Nullable<DateTime> | End date. If null, the interval is seen as having no expiration. |