public class LodgingCharge extends Object
Constructor and Description |
---|
LodgingCharge() |
Modifier and Type | Method and Description |
---|---|
Long |
getChargeAmount()
Amount of additional charges associated with the stay of the guest.
Note: The currencyCode is presumed to be identical to the order.amountOfMoney.currencyCode. |
String |
getChargeAmountCurrencyCode()
Currency for Charge amount.
|
String |
getChargeType()
Type of additional charges associated with the stay of the guest.
|
void |
setChargeAmount(Long value)
Amount of additional charges associated with the stay of the guest.
Note: The currencyCode is presumed to be identical to the order.amountOfMoney.currencyCode. |
void |
setChargeAmountCurrencyCode(String value)
Currency for Charge amount.
|
void |
setChargeType(String value)
Type of additional charges associated with the stay of the guest.
|
public Long getChargeAmount()
public void setChargeAmount(Long value)
public String getChargeAmountCurrencyCode()
public void setChargeAmountCurrencyCode(String value)
public String getChargeType()
public void setChargeType(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.