Gets or sets the credit card validity expiration date - required if credit card is chosen as ReservationPaymentMethod for the Reservation being created.
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".
CreateReservationRequest Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace