Documentation of the CarRentalAgentService

ReservationPaymentMethod Enumeration

Enumeration of possible payment methods for a reservation payment.

public enum ReservationPaymentMethod

Remarks

This enumeration is used to indicate the way, the customer wants to handle the payment of a Reservation. The value for a particular Reservation is delivered in its PaymentMethod - property.

Members

Member Name Description
None Specifies that no method is specified, the default setting of the operator(Agency) will be used.
CreditCard Specifies that the payment method is by credit card for the reservation payment.
BankTransfer Specifies that the payment method is by bank transfer (direct debiting) for the reservation payment.
ElectronicPayment Specifies that the payment method is by electronic payment (e.g. iDeal) for the reservation payment.

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 | Reservation | CreateReservationRequest | CreateReservationV2Request | EditReservationRequest