Fields documentation for PriceExampleWeb

NameTypeSummeryRemarks
CountInt32The number of articles that this price example applies to.
CurrencyStringISO 4217 currency code.
DiscountDoubleThe discout amount (incl. VAT) subtracted from the Price of the article.
IdInt32Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
PriceDoubleThe total price incl. VAT for the number of items specified in Count.
PriceWithoutVatDoubleThe 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.
ValidFromDateTimeStart date.
ValidToNullable<DateTime>End date. If null, the interval is seen as having no expiration.