Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

It is best practice for an airline to always send decimal places in the amount values for currencies defined in IATA Resolution 024d as having decimal points. The format should be in accordance with IATA Resolution 024d.

Currency with a decimal subdivision

Two Decimals

Example of TotalAmount using Pound Sterling (GBP) which is a currency specified with two decimals

Code Block
languagemarkup
<TotalAmount CurCode="GBP">10230.00</TotalAmount>

Three Decimals

Example of TotalAmount using Tunisian Dinar (TND) which is a currency specified with three decimals

Code Block
languagemarkup
<TotalAmount CurCode="TND">1234.000</TotalAmount>

Example of Currency without a decimal

Example of TotalAmount using Japanese Yen (JPY) which is a currency specified without a decimal

Code Block
languagemarkup
<TotalAmount CurCode="JPY">10230</TotalAmount>