Documentation of the CarRentalAgentService

EditReservationRequest.BankTransferAccountCountryCode Property

Gets or sets the country code of the credit institution that should be used for payment.

public  BankTransferAccountCountryCode {get; set;}

Remarks

This Attribute is taken into account if BankTransfer is chosen as PaymentMethod and the customer isn't already created in the database or its ID is unknown. This is usually the case when changing a Reservation with BookingType Direct from outside the sunnycars-Network. Whether or not the Country of residence of the credit institution has to be handed over herein may differ from Agency to Agency, depending on the contract with sunnycars. If this property is handed over as null or empty string, the CarRentalAgentService considers the value of CustomerCountryCode for validation of the given Payment-Data.

See Also

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