Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

See: GetCurrencies. Retrieves the set of supported Currencies.

public CurrenciesResponse (
   String token
);

Parameters

String
The Token string of the service Ticket.

Return Value

A CurrenciesResponse containing all available Currencies.

Remarks

Note   

This method is the simple typed method counterpart of the GetCurrencies method.

If you are using SOAP-Protocol, we advise you to use GetCurrencies method instead of this one.

If you are using POST-Protocol, use this method.

See Also

CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace