Total

Multiple parents

Total is a child of:

Route / Price

Fields

Field Description Type Min/max Notes
Price/
Total
Contains the cancellation fees for a cancelled reservation. object 1..1 Total has no @DecimalPlaces attribute in this context.
Total/
@AmountAfterTax
The price, including VAT and/or other taxes, with up to two decimals. float 0..1 -
Total/
@AmountBeforeTax
The price, excluding VAT and/or other taxes, with up to two decimals. float 0..1 -

XML

<Total
  AmountAfterTax="37000"
  CurrencyCode="EUR" />

Service / Price

Fields

Field Description Type Min/max Notes
Price/
Total
Contains the cancellation fees for a cancelled reservation. object 1..1 Total has no @DecimalPlaces attribute in this context.
Total/
@AmountAfterTax
The amount after taxes float 0..1
Total/
@CurrencyCode
The currency code of the price enum 0..1

XML

<Total
  AmountAfterTax="37.35"
  CurrencyCode="EUR" />

Rate

Fields

Field Description Type Min/max Notes
Rate/
Total
The total price for the current combination of room type and date. object 1..1 -
Total/
@AmountAfterTax
The price, including VAT and/or other taxes, before applying decimals (@DecimalPlaces). integer 0..1 AmountAfterTax is returned if VAT and/or other regionally applicable taxes are marked as included for the current room type in Extranet. Otherwise, AmountBeforeTax is returned.
Total/
@AmountBeforeTax
The price, excluding VAT and/or other taxes, before applying decimals (@DecimalPlaces). integer 0..1 AmountBeforeTax is returned if VAT and/or other regionally applicable taxes are not marked as included for the current room type in Extranet. Otherwise, AmountAfterTax is returned.
Total/
@DecimalPlaces
The number of decimal places to apply to @AmountBeforeTax or @AmountAfterTax. E.g.: 13350 with DecimalPlaces="2" results in 133.50. integer 1..1 Booking.com supports up to 3 decimals.
Total/
@CurrencyCode
The currency code. enum 1..1 Booking.com defines the currency for each property. You cannot change the currency yourself. Retrieve a list of all currency codes with /xml/currencies.

XML

<Total
  AmountAfterTax="37000"
  CurrencyCode="EUR"
  DecimalPlaces="2" />

ResGlobalInfo

Fields

Field Description Type Min/max Notes
ResGlobalInfo/
Total
The total price for the current combination of room type and date. object 1..1 -
Total/
@AmountAfterTax
The price, including VAT and/or other taxes, before applying decimals (@DecimalPlaces). int 0..1
Total/
@AmountBeforeTax
The price, excluding VAT and/or other taxes, before applying decimals (@DecimalPlaces).
Total/
@DecimalPlaces
The number of decimal places to apply to @AmountBeforeTax or @AmountAfterTax. E.g.: 13350 with DecimalPlaces="2" results in 133.50.
Total/
@CurrencyCode
The currency code. enum 1..1 Booking.com defines the currency for each property. You cannot change the currency yourself. Retrieve a list of all currency codes with /xml/currencies.

XML

<Total
  AmountAfterTax="37000"
  CurrencyCode="EUR"
  DecimalPlaces="2" />

RoomStay

Fields

Field Description Type Min/max Notes
Rate/
Total
The total price for the current combination of room type and date. object 1..1 -
Total/
@AmountAfterTax
The price, including VAT and/or other taxes, before applying decimals (@DecimalPlaces). integer 0..1 AmountAfterTax is returned if VAT and/or other regionally applicable taxes are marked as included for the current room type in Extranet. Otherwise, AmountBeforeTax is returned.
Total/
@AmountBeforeTax
The price, excluding VAT and/or other taxes, before applying decimals (@DecimalPlaces). integer 0..1 AmountBeforeTax is returned if VAT and/or other regionally applicable taxes are not marked as included for the current room type in Extranet. Otherwise, AmountAfterTax is returned.
Total/
@DecimalPlaces
The number of decimal places to apply to @AmountBeforeTax or @AmountAfterTax. E.g.: 13350 with DecimalPlaces="2" results in 133.50. integer 1..1 Booking.com supports up to 3 decimals.
Total/
@CurrencyCode
The currency code. enum 1..1 Booking.com defines the currency for each property. You cannot change the currency yourself. Retrieve a list of all currency codes with /xml/currencies.

XML

<Total
  AmountAfterTax="37500"
  CurrencyCode="EUR"
  DecimalPlaces="2" />