Click or drag to resize

PriceC Class

A set of price amounts for one currency, common across all the listed intervals in Arrivals.
Inheritance Hierarchy
SystemObject
  Tse.EasyBook.Server.DataContractsPriceC

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 PriceC

The PriceC type exposes the following members.

Properties
  NameDescription
Public propertyCleaning
The price for optionally cleaning and NOT include Price. Only relevant if PricesAndArrivals.CleaningOptions is equal to CleaningOptionsAllWebEnum.Optional. ///
Public propertyCurrency
The ISO 4217 currency code for all price amounts on this class.
Public propertyDeposit
The mandatory deposit.
Public propertyDiscount
Any possible given discount. Already include in Price.
Public propertyOriginalCleaning
The price for cleaning regardless if this amount is included in the Price or not. Only filled out if PricesAndArrivals.CleaningOptions is equal to either CleaningOptionsAllWebEnum.Optional or CleaningOptionsAllWebEnum.Included.
Public propertyPrice
The mandatory price not including deposit. So the total price is the sum of Price and Deposit.
Top
See Also