LineItem
An array of LineItem objects will contain a separate LineItem for rate, tax, and fee types with each corresponding sub_type.
Field | Type | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
price | Price object |
When partner_booking_data is set to false (hotel or expanded availability), at least one of requested_currency_price or currency_of_charge_price should be populated. When partner_booking_data is set to true (booking availability) and in /booking_submit, currency_of_charge_price should also be populated. requested_currency_price should also be returned if this was included in previous calls.
|
||||||||||||||||||||||||
type | string |
Describes the charge. Must be one of these values:
|
||||||||||||||||||||||||
sub_type | string |
Describes the sub type of charge. Must be one of these values:
|
||||||||||||||||||||||||
paid_at_checkout | boolean | True if the charge will be paid at the time of stay, false if it will be paid at time of booking. |