Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

See: GetAllowedPaymentMethods. Retrieves a list of AllowedBookingTypes and AllowedPaymentTypes specific to a given operator identified by the token(Ticket).

public AllowedPaymentMethodsResponse (
   String token,
   String languageCode
);

Parameters

String
The Token string of the service Ticket.
String
see LanguageCode

Return Value

A AllowedPaymentMethodsResponse containing the requested AllowedPaymentTypes.

See Also

CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace