PaymentType
Payment type options.
enum PaymentType {
  MERCHANT
  DIRECT
  CARD_BOOKING
  CARD_CHECK_IN
}
Values
PaymentType.MERCHANT
Payment is managed by the supplier.
PaymentType.DIRECT
Payment is made directly to the actual payee (e.g., the hotel), without involving an intermediary or third party. The payment will be completed at check-in.
PaymentType.CARD_BOOKING
Payment is managed by the supplier. The payment is effectuated at the time of booking.
PaymentType.CARD_CHECK_IN
Payment is managed by the supplier and is made at the hotel during check-in.
Member Of
AcceptedPayment  object ● AcceptedPaymentInput  input ● HotelBookingAmend  object ● HotelOptionQuote  object ● HotelOptionSearch  object ● PaymentInput  input ● ReviewedPaymentType  object