ReservationToPurchaseExchange interface
Reservation purchase details
Properties
billing |
Pricing information containing the amount and the currency code |
properties | The request for reservation purchase |
reservation |
Fully qualified id of the reservation being purchased. This value is only guaranteed to be non-null if the purchase is successful. |
reservation |
Fully qualified id of the reservationOrder being purchased |
status | Status of the individual operation. |
Property Details
billingCurrencyTotal
Pricing information containing the amount and the currency code
billingCurrencyTotal?: Price
Property Value
properties
reservationId
Fully qualified id of the reservation being purchased. This value is only guaranteed to be non-null if the purchase is successful.
reservationId?: string
Property Value
string
reservationOrderId
Fully qualified id of the reservationOrder being purchased
reservationOrderId?: string
Property Value
string
status
Status of the individual operation.
status?: string
Property Value
string