Documentation of the CarRentalAgentService

PromotionCodeType Enumeration

Enumeration of possible calculation types of a PromotionCode.

public enum PromotionCodeType

Remarks

The PromotionCodeType signals how the DiscountValue - Property of a PromoAndBonusProgInfo-class instance respectively the Value - Property of a PromotionCode-class instance, has to be interpreted.

Members

Member Name Description
Undefined Specifies that there's no information about the promotioncode's type in the database. If this value is deliverd it proably indicates a serious problem in the database. Therefore this value shall never be returned.
Percentage Specifies that the promotioncode is a percental value.
Value Specifies that the promotioncode is a fix amount.

Requirements

Namespace: SunnyCars.Schema.Osi.WsReservation.V4

Assembly: Sunnycars.Schema.Osi.WsReservation.V4 (in Sunnycars.Schema.Osi.WsReservation.V4.dll)

See Also

SunnyCars.Schema.Osi.WsReservation.V4 Namespace | PromoAndBonusProgInfo