PriceExampleWeb Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class PriceExampleWeb : IntervalWeb
The PriceExampleWeb type exposes the following members.
| Name | Description | |
|---|---|---|
| PriceExampleWeb |
| Name | Description | |
|---|---|---|
| Count |
The number of articles that this price example applies to
| |
| Currency |
ISO 4217 currency code.
| |
| Discount |
The discout amount (incl. VAT) subtracted from the Price of the article.
| |
| Id |
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.) | |
| Price |
The total price incl. VAT for the number of items specified in Count.
| |
| PriceWithoutVat |
The total price without VAT for the number of items specified in Count.
| |
| ValidFrom |
Start date
(Inherited from IntervalWeb.) | |
| ValidTo |
End date. If null, the interval is seen as having no expiration.
(Inherited from IntervalWeb.) |