public class LodgingData extends Object
Constructor and Description |
---|
LodgingData() |
Modifier and Type | Method and Description |
---|---|
List<LodgingCharge> |
getCharges()
Object that holds lodging related charges
|
String |
getCheckInDate()
The date the guest checks into (or plans to check in to) the facility.
|
String |
getCheckOutDate()
The date the guest checks out of (or plans to check out of) the facility.
|
String |
getFolioNumber()
The Lodging Folio Number assigned to the itemized statement of charges and credits associated with this lodging stay, which can be any combination of characters and numerals defined by the Merchant or authorized Third Party Processor.
|
Boolean |
getIsConfirmedReservation()
Indicates whether the room reservation is confirmed.
|
Boolean |
getIsFacilityFireSafetyConform()
Defines whether or not the facility conforms to the requirements of the Hotel and Motel Fire Safety Act of 1990, or similar legislation.
|
Boolean |
getIsNoShow()
Indicate if this the customer is a no show case.
|
Boolean |
getIsPreferenceSmokingRoom()
Indicated the preference of the customer for a smoking or non-smoking room.
|
Integer |
getNumberOfAdults()
The total number of adult guests staying (or planning to stay) at the facility (i.e., all booked rooms)
|
Integer |
getNumberOfNights()
The number of nights for the lodging stay
|
Integer |
getNumberOfRooms()
The number of rooms rented for the lodging stay
|
String |
getProgramCode()
Code that corresponds to the category of lodging charges detailed in this message.
|
String |
getPropertyCustomerServicePhoneNumber()
The international customer service phone number of the facility
|
String |
getPropertyPhoneNumber()
The local phone number of the facility in an international phone number format
|
String |
getRenterName()
Name of the person or business entity charged for the reservation and/or lodging stay
|
List<LodgingRoom> |
getRooms()
Object that holds lodging related room data
|
void |
setCharges(List<LodgingCharge> value)
Object that holds lodging related charges
|
void |
setCheckInDate(String value)
The date the guest checks into (or plans to check in to) the facility.
|
void |
setCheckOutDate(String value)
The date the guest checks out of (or plans to check out of) the facility.
|
void |
setFolioNumber(String value)
The Lodging Folio Number assigned to the itemized statement of charges and credits associated with this lodging stay, which can be any combination of characters and numerals defined by the Merchant or authorized Third Party Processor.
|
void |
setIsConfirmedReservation(Boolean value)
Indicates whether the room reservation is confirmed.
|
void |
setIsFacilityFireSafetyConform(Boolean value)
Defines whether or not the facility conforms to the requirements of the Hotel and Motel Fire Safety Act of 1990, or similar legislation.
|
void |
setIsNoShow(Boolean value)
Indicate if this the customer is a no show case.
|
void |
setIsPreferenceSmokingRoom(Boolean value)
Indicated the preference of the customer for a smoking or non-smoking room.
|
void |
setNumberOfAdults(Integer value)
The total number of adult guests staying (or planning to stay) at the facility (i.e., all booked rooms)
|
void |
setNumberOfNights(Integer value)
The number of nights for the lodging stay
|
void |
setNumberOfRooms(Integer value)
The number of rooms rented for the lodging stay
|
void |
setProgramCode(String value)
Code that corresponds to the category of lodging charges detailed in this message.
|
void |
setPropertyCustomerServicePhoneNumber(String value)
The international customer service phone number of the facility
|
void |
setPropertyPhoneNumber(String value)
The local phone number of the facility in an international phone number format
|
void |
setRenterName(String value)
Name of the person or business entity charged for the reservation and/or lodging stay
|
void |
setRooms(List<LodgingRoom> value)
Object that holds lodging related room data
|
public List<LodgingCharge> getCharges()
public void setCharges(List<LodgingCharge> value)
public String getCheckInDate()
public void setCheckInDate(String value)
public String getCheckOutDate()
public void setCheckOutDate(String value)
public String getFolioNumber()
public void setFolioNumber(String value)
public Boolean getIsConfirmedReservation()
public void setIsConfirmedReservation(Boolean value)
public Boolean getIsFacilityFireSafetyConform()
public void setIsFacilityFireSafetyConform(Boolean value)
public Boolean getIsNoShow()
public void setIsNoShow(Boolean value)
public Boolean getIsPreferenceSmokingRoom()
public void setIsPreferenceSmokingRoom(Boolean value)
public Integer getNumberOfAdults()
public void setNumberOfAdults(Integer value)
public Integer getNumberOfNights()
public void setNumberOfNights(Integer value)
public Integer getNumberOfRooms()
public void setNumberOfRooms(Integer value)
public String getProgramCode()
public void setProgramCode(String value)
public String getPropertyCustomerServicePhoneNumber()
public void setPropertyCustomerServicePhoneNumber(String value)
public String getPropertyPhoneNumber()
public void setPropertyPhoneNumber(String value)
public String getRenterName()
public void setRenterName(String value)
public List<LodgingRoom> getRooms()
public void setRooms(List<LodgingRoom> value)
Copyright © 2024 Worldline Global Collect. All rights reserved.