Gets or sets the credit card validity expiration date.
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 changing a Reservation with BookingType Direct from outside the sunnycars-Network.
This property is a string. Its value is a ISO 8601 formatted date and time string. Depending on your implementation language, you may convert it to a date or datetime type.
The ISO 8601 Date/Time format is specified as follows:
Pattern | Examples |
---|---|
YYYY-MM-DDThh:mm:ss
whereas:
|
|
Due to the fact, that CarRentalAgentService does support only one format for datetime values and time portion isn't relevant concerning this property, the time-portion may be handed over as "00:00:00".
ChangeResPaymentMethodRequest Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace