Gets or sets the credit card validity expiration date.
This Attribute is filled by the CarRentalAgentService, if "Direct" or "DirectLink" was chosen as BookingType for the Reservation that is returned and CreditCard was chosen as ReservationPaymentMethod.
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 returned as "00:00:00".
Reservation Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace