Class LodgingData

java.lang.Object
com.onlinepayments.domain.LodgingData

public class LodgingData extends Object
  • Constructor Details

    • LodgingData

      public LodgingData()
  • Method Details

    • getCheckInDate

      public String getCheckInDate()
      The date the guest checks into (or plans to check in to) the facility. Format YYYYMMDD
    • setCheckInDate

      public void setCheckInDate(String value)
      The date the guest checks into (or plans to check in to) the facility. Format YYYYMMDD
    • withCheckInDate

      public LodgingData withCheckInDate(String value)
      The date the guest checks into (or plans to check in to) the facility. Format YYYYMMDD