Versions Compared

Key

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

...

Table of Contents
minLevel1
maxLevel1
outlinefalse
typelist
printablefalse

Insert excerpt
NDC2:New 17.2 COMBINEDNDC2:New 17.2 COMBINEDAPI Messages with Examples
API Messages with Examples
nameLegend
nopaneltrue

Excerpt
nameCurrencyMetadata

Currency

<Response / Metadata / Other / OtherMetadata / CurrencyMetadatas>

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

NDC SERVICES

CurrencyMetadatas / CurrencyMetadata

Info

Attribute

MetadataKey

ID of the Metadata using the currency code

Alphanumeric

Any available currency for the defined market

AirShoppingRS

OfferPriceRS

ServiceListRS

SeatAvailabilityRS

OrderReshopRS

OrderViewRS

CurrencyMetadata / Decimals

Number of decimals for the currency

Numeric

Any

AirShoppingRS

OfferPriceRS

ServiceListRS

SeatAvailabilityRS

OrderReshopRS

OrderViewRS

Expand
titleExample
Code Block
languagexml
<DataLists>
...
</DataLists>
<Metadata>
	<Other>
		<OtherMetadata>
			<CurrencyMetadatas>
				<CurrencyMetadata MetadataKey="EUR">
					<Decimals>2</Decimals>
				</CurrencyMetadata>
			</CurrencyMetadatas>
		</OtherMetadata>
	</Other>
</Metadata>

...