Last updated

Total

Multiple parents

Total is a child of:

Route / Price

Fields

FieldDescriptionTypeMin/maxNotes
Price/
Total
Contains the cancellation fees for a cancelled reservation.object1..1Total has no @DecimalPlaces attribute in this context.
Total/
@AmountAfterTax
The price, including VAT and/or other taxes, with up to two decimals.float0..1-
Total/
@AmountBeforeTax
The price, excluding VAT and/or other taxes, with up to two decimals.float0..1-

XML

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

Service / Price

Fields

FieldDescriptionTypeMin/maxNotes
Price/
Total
Contains the cancellation fees for a cancelled reservation.object1..1Total has no @DecimalPlaces attribute in this context.
Total/
@AmountAfterTax
The amount after taxesfloat0..1
Total/
@CurrencyCode
The currency code of the priceenum0..1

XML

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

Rate

Fields

FieldDescriptionTypeMin/maxNotes
Rate/
Total
The total price for the current combination of room type and date.object1..1-
Total/
@AmountAfterTax
The price, including VAT and/or other taxes, before applying decimals (@DecimalPlaces).integer0..1AmountAfterTax 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).integer0..1AmountBeforeTax 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.integer1..1Booking.com supports up to 3 decimals.
Total/
@CurrencyCode
The currency code.enum1..1Booking.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

FieldDescriptionTypeMin/maxNotes
ResGlobalInfo/
Total
The total price for the current combination of room type and date.object1..1-
Total/
@AmountAfterTax
The price, including VAT and/or other taxes, before applying decimals (@DecimalPlaces).int0..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.enum1..1Booking.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

FieldDescriptionTypeMin/maxNotes
Rate/
Total
The total price for the current combination of room type and date.object1..1-
Total/
@AmountAfterTax
The price, including VAT and/or other taxes, before applying decimals (@DecimalPlaces).integer0..1AmountAfterTax 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).integer0..1AmountBeforeTax 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.integer1..1Booking.com supports up to 3 decimals.
Total/
@CurrencyCode
The currency code.enum1..1Booking.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" />