RentalCheckIn Property
Date the cardholder checked into the hotel or first drove away a rented vehicle.
Syntax
[VB.NET] Public Property RentalCheckIn As String
[C#] public string RentalCheckIn {get; set;}
Remarks
For the Hotel IndustryType, this property contains the date (in MMDDYY format) reflecting when the cardholder checked into the hotel. If the transaction is an advance check-in, this field should contain the date on which the reservation was made. If the transaction is a No Show, this field must contain the anticipated hotel arrival date.
For the Auto Rental IndustryType, this property contains the date (in MMDDYY format) when the cardholder first drove away the rented vehicle.
Default Value
"010101"