Click or drag to resize

PriceExampleWeb Class

Data contract for article price examples. Contains different prices for different count values.
Inheritance Hierarchy

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class PriceExampleWeb : IntervalWeb

The PriceExampleWeb type exposes the following members.

Constructors
  NameDescription
Public methodPriceExampleWeb
Top
Properties
  NameDescription
Public propertyCount
The number of articles that this price example applies to
Public propertyCurrency
ISO 4217 currency code.
Public propertyDiscount
The discout amount (incl. VAT) subtracted from the Price of the article.
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyPrice
The total price incl. VAT for the number of items specified in Count.
Public propertyPriceWithoutVat
The total price without VAT for the number of items specified in Count.
Public propertyValidFrom
Start date
(Inherited from IntervalWeb.)
Public propertyValidTo
End date. If null, the interval is seen as having no expiration.
(Inherited from IntervalWeb.)
Top
See Also