Documentation of the CarRentalAgentService

BenefitCodeType Enumeration

Type of a benefit code (bonus program code or promotion code).

public enum BenefitCodeType

Remarks

This enum is used for CodeType-property in PromoAndBonusProgInfo-class.

Members

Member Name Description
Undefined Undefined enum value, for internal use. If this value is deliverd for a PromoAndBonusProgInfo, it proably indicates a serious problem within the database. Therefore this value shall never be returned.
PromoCode Signals that the corresponding PromoAndBonusProgInfo contains a Promotion Code.
BonusProgram Signals that the corresponding PromoAndBonusProgInfo contains a Bonus Program Code.

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