InterfaceItem_ReservationBookingPayment Model

Reservation Booking Payment information

Nullable
Provider : GeneralProviders

The provider that was used for the Reservation operation

Nullable
BookingID : string

The Booking ID as returned by the Reservation system

Nullable
PaymentRef : string

The PaymentRef as returned by the Reservation system (if applicable)

Nullable
PaymentMethod : string

The Payment Method name as returned by the Reservation system

Example
{
  "Provider": 1,
  "BookingID": "string value",
  "PaymentRef": "string value",
  "PaymentMethod": "string value"
}