Documentation of the CarRentalAgentService

RatesResponse.CurrencyCode Property

Gets the ISO 4217 three letter currency code in for which the prices of the Rates resulting from the operation are valid.

public  CurrencyCode {get; set;}

Remarks

The value delivered herein is, the currency used by the caller when requesting the Rates and thus to be used to initialize the corresponding controls of your booking module.

Attention:
The prices of the delivered Rate(s) are calculated for the currency delivered herein. Showing the wrong currency may result in big trouble, which makes this property being a potential source of errors on client-side! The error potential rises, as the preferred currency stored for the agency is chosen by default, if the CurrencyCode was not set by the caller in RatesRequest.

See Also

RatesResponse Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace