public class LodgingRoom extends Object
Constructor and Description |
---|
LodgingRoom() |
Modifier and Type | Method and Description |
---|---|
String |
getDailyRoomRate()
Daily room rate exclusive of any taxes and fees
Note: The currencyCode is presumed to be identical to the order.amountOfMoney.currencyCode. |
String |
getDailyRoomRateCurrencyCode()
Currency for Daily room rate.
|
String |
getDailyRoomTaxAmount()
Daily room tax
Note: The currencyCode is presumed to be identical to the order.amountOfMoney.currencyCode. |
String |
getDailyRoomTaxAmountCurrencyCode()
Currency for Daily room tax.
|
Integer |
getNumberOfNightsAtRoomRate()
Number of nights charged at the rate in the dailyRoomRate property
|
String |
getRoomLocation()
Location of the room within the facility, e.g.
|
String |
getRoomNumber()
Room number
|
String |
getTypeOfBed()
Size of bed, e.g., king, queen, double.
|
String |
getTypeOfRoom()
Describes the type of room, e.g., standard, deluxe, suite.
|
void |
setDailyRoomRate(String value)
Daily room rate exclusive of any taxes and fees
Note: The currencyCode is presumed to be identical to the order.amountOfMoney.currencyCode. |
void |
setDailyRoomRateCurrencyCode(String value)
Currency for Daily room rate.
|
void |
setDailyRoomTaxAmount(String value)
Daily room tax
Note: The currencyCode is presumed to be identical to the order.amountOfMoney.currencyCode. |
void |
setDailyRoomTaxAmountCurrencyCode(String value)
Currency for Daily room tax.
|
void |
setNumberOfNightsAtRoomRate(Integer value)
Number of nights charged at the rate in the dailyRoomRate property
|
void |
setRoomLocation(String value)
Location of the room within the facility, e.g.
|
void |
setRoomNumber(String value)
Room number
|
void |
setTypeOfBed(String value)
Size of bed, e.g., king, queen, double.
|
void |
setTypeOfRoom(String value)
Describes the type of room, e.g., standard, deluxe, suite.
|
public String getDailyRoomRate()
public void setDailyRoomRate(String value)
public String getDailyRoomRateCurrencyCode()
public void setDailyRoomRateCurrencyCode(String value)
public String getDailyRoomTaxAmount()
public void setDailyRoomTaxAmount(String value)
public String getDailyRoomTaxAmountCurrencyCode()
public void setDailyRoomTaxAmountCurrencyCode(String value)
public Integer getNumberOfNightsAtRoomRate()
public void setNumberOfNightsAtRoomRate(Integer value)
public String getRoomLocation()
public void setRoomLocation(String value)
public String getRoomNumber()
public void setRoomNumber(String value)
public String getTypeOfBed()
public void setTypeOfBed(String value)
public String getTypeOfRoom()
public void setTypeOfRoom(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.