DepartureDate Property
The departure date of the guest.
Object Oriented Interface
public function getDepartureDate(); public function setDepartureDate($value);
Procedural Interface
inpaydirect_fdmshotel_get($res, 14 ); inpaydirect_fdmshotel_set($res, 14, $value );
Default Value
''
Remarks
Date the guest checked out, or the expected departure date when authorizing a reservation. The date specified should be in the format "MMDD" for all card types with the exception of Mastercard. Mastercard requires the year to be specified as well in the format "MMDDYY".
Data Type
String