RentalObjectPriceAdjustmentDistributionWebEnum Enumeration |
Enumeration that for the overall type RentalObjectPriceAdjustmentTypeEnum.Discount defines the distribution of the costs/gains for the price adjustment.
Namespace:
Tse.EasyBook.Server.DataContracts.ValueTypes
Assembly:
Tse.EasyBook.Server.DataContractsModelCommon (in Tse.EasyBook.Server.DataContractsModelCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum RentalObjectPriceAdjustmentDistributionWebEnum
Members
| Member name | Value | Description |
---|
| Consumer | 0 |
The consumer is responsible for the full costs/gains of the price adjustment. The sales price is adjusted, while the purchase price is left untouched.
|
| Owner | 1 |
The owner is responsible for the full costs/gains of the price adjustment. The purchase price is adjusted with the same amount as the sales price.
|
| Both | 2 |
Sales and purchase price are adjusted with the same percentage.
|
See Also