Amadeus API       

Node
PoweredFare_PricePNRWithBookingClass
taxDetails



Description

Details about taxes specified in the request. The number of repetition is 60, as we can have 60 taxes..
Status (Requirement Designator) = Conditional. Repetition = 60.

XML Tree

<taxDetails>
     <taxQualifier></taxQualifier>
     <taxIdentification>
        <taxIdentifier></taxIdentifier>
     </taxIdentification>
     <taxType>
        <isoCountry></isoCountry>
     </taxType>
     <taxNature></taxNature>
     <taxData>
        <taxRate></taxRate>
        <taxValueQualifier></taxValueQualifier>
     </taxData>
</taxDetails>


Field Descriptions

Field Attributes and Description
Mandatory  taxQualifier Field Type = Data Element.
AlphaNumeric, minlen=1, maxlen=3, repetition=1.

Tax data qualifier.
For a list of valid codes, see codeset taxQualifier.
Node Mandatory  taxIdentification Field Type = Node. Repetition = 1.
Tax type identification.
  taxIdentifier Field Type = Data Element.
AlphaNumeric, minlen=1, maxlen=3, repetition=1.

Tax type identifier.
For a list of valid codes, see codeset taxIdentifier.
Node   taxType Field Type = Node. Repetition = 1.
Type of the tax.
Mandatory  isoCountry Field Type = Data Element.
AlphaNumeric, minlen=1, maxlen=3, repetition=1.

Iso country of the tax.
  taxNature Field Type = Data Element.
AlphaNumeric, minlen=1, maxlen=3, repetition=1.

Nature of the tax.
Node   taxData Field Type = Node. Repetition = 1.
Tax fare data information.
  taxRate Field Type = Data Element.
Numeric, minlen=1, maxlen=11, repetition=1.

Tax override value.
  taxValueQualifier Field Type = Data Element.
AlphaNumeric, minlen=1, maxlen=1, repetition=1.

Tax value qualifier will be either amount or percentage..
For a list of valid codes, see codeset taxValueQualifier.

Naming Conventions

minlen = Minimum Length,
maxlen = Maximum Length,
Mandatory = Mandatory,
Node = Node,
Repetition = Maximum number of occurences for a Node.

Code Sets and Code Lists

taxQualifier

CodeDescription
7Tax.

taxIdentifier

CodeDescription
ADCAdd country tax.
ADTAdd tax.
EXMExempt tax.
WHCWithhold country tax.
WHTWithhold tax.

taxValueQualifier

CodeDescription
AAmount.
PPercentage.