Documentation of the CarRentalAgentService

CreateReservationV2Request.CurrencyCode Property

Gets or sets the ISO 4217 three letter currency code in which the customer wants to get rates for Vehicles. The currency handed over herein, is the currency used for invoice.

public  CurrencyCode {get; set;}

Remarks

This property is optional, as the preferred currency stored for the agency is chosen by default. Please be aware of the possible differences in prices shown to the user, if the CurrencyCode stored for the agency, differs from the one used to request the rates in GetRates - Method. To assure, that there's no difference between the prices of GetRates and invoice, it's strongly recommended to use GetRates - Method and CreateReservationV2 - Method with the same values for CurrencyCode.

See Also

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