Class LodgingCharge
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class LodgingCharge
Properties
ChargeAmount
Amount of additional charges associated with the stay of the guest.
Note: The currencyCode is presumed to be identical to the order.amountOfMoney.currencyCode.
Declaration
public long? ChargeAmount { get; set; }
Property Value
Type | Description |
---|---|
long? |
ChargeAmountCurrencyCode
Currency for Charge amount. The code should be in 3 letter ISO format.
Declaration
public string ChargeAmountCurrencyCode { get; set; }
Property Value
Type | Description |
---|---|
string |
ChargeType
Type of additional charges associated with the stay of the guest. Allowed values:
- lodging
- telephone
- restaurant
- minibar
- giftshop
- laundry
- transport
- gratuity
- conferenceRoom
- audiovisual
- banquet
- internet
- earlyDeparture
- roomService
- loungeBar
- other
Declaration
public string ChargeType { get; set; }
Property Value
Type | Description |
---|---|
string |