Click or drag to resize

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)
Syntax
C#
public enum RentalObjectPriceAdjustmentDistributionWebEnum
Members
  Member nameValueDescription
Consumer0 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.
Owner1 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.
Both2 Sales and purchase price are adjusted with the same percentage.
See Also