Package com.onlinepayments.domain
Class LodgingData
java.lang.Object
com.onlinepayments.domain.LodgingData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe date the guest checks into (or plans to check in to) the facility.voidsetCheckInDate(String value) The date the guest checks into (or plans to check in to) the facility.withCheckInDate(String value) The date the guest checks into (or plans to check in to) the facility.
-
Constructor Details
-
LodgingData
public LodgingData()
-
-
Method Details
-
getCheckInDate
The date the guest checks into (or plans to check in to) the facility. Format YYYYMMDD -
setCheckInDate
The date the guest checks into (or plans to check in to) the facility. Format YYYYMMDD -
withCheckInDate
The date the guest checks into (or plans to check in to) the facility. Format YYYYMMDD
-