Documentation of the CarRentalAgentService

CreateReservationV2Request.CreditCardNumber Property

Gets or sets the credit card number.

public  CreditCardNumber {get; set;}

Remarks

This Attribute is required if CreditCard 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 creating a Reservation with BookingType Direct from outside the sunnycars-Network. The number handed over herein is checked for validity by the database.

See Also

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