Class LodgingData
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class LodgingData
Properties
Charges
Object that holds lodging related charges
Declaration
public IList<LodgingCharge> Charges { get; set; }
Property Value
Type | Description |
---|---|
IList<LodgingCharge> |
CheckInDate
The date the guest checks into (or plans to check in to) the facility.
Format: YYYYMMDD
Declaration
public string CheckInDate { get; set; }
Property Value
Type | Description |
---|---|
string |
CheckOutDate
The date the guest checks out of (or plans to check out of) the facility.
Format: YYYYMMDD
Declaration
public string CheckOutDate { get; set; }
Property Value
Type | Description |
---|---|
string |
FolioNumber
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.
Declaration
public string FolioNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
IsConfirmedReservation
Indicates whether the room reservation is confirmed.
- true - The room reservation is confirmed
- false - The room reservation is not confirmed
Declaration
public bool? IsConfirmedReservation { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IsFacilityFireSafetyConform
Defines whether or not the facility conforms to the requirements of the Hotel and Motel Fire Safety Act of 1990, or similar legislation.
- true - The facility conform to the requirements
- false - The facility doesn't conform to the requirements
Declaration
public bool? IsFacilityFireSafetyConform { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IsNoShow
Indicate if this the customer is a no show case. In such case, the lodging property can charge a no show fee.
- true - The customer is a no show
- false - Not applicable
Declaration
public bool? IsNoShow { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IsPreferenceSmokingRoom
Indicated the preference of the customer for a smoking or non-smoking room.
- true - A smoking room is preferred
- false - A non-smoking room is preferred
Declaration
public bool? IsPreferenceSmokingRoom { get; set; }
Property Value
Type | Description |
---|---|
bool? |
NumberOfAdults
The total number of adult guests staying (or planning to stay) at the facility (i.e., all booked rooms)
Declaration
public int? NumberOfAdults { get; set; }
Property Value
Type | Description |
---|---|
int? |
NumberOfNights
The number of nights for the lodging stay
Declaration
public int? NumberOfNights { get; set; }
Property Value
Type | Description |
---|---|
int? |
NumberOfRooms
The number of rooms rented for the lodging stay
Declaration
public int? NumberOfRooms { get; set; }
Property Value
Type | Description |
---|---|
int? |
ProgramCode
Code that corresponds to the category of lodging charges detailed in this message. Allowed values:
- lodging - (Default) Submitted charges are for lodging
- noShow - Submitted charges are for the failure of the guest(s) to check in for reserved a room
- advancedDeposit - Submitted charges are for an Advanced Deposit to reserve one or more rooms
Declaration
public string ProgramCode { get; set; }
Property Value
Type | Description |
---|---|
string |
PropertyCustomerServicePhoneNumber
The international customer service phone number of the facility
Declaration
public string PropertyCustomerServicePhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
PropertyPhoneNumber
The local phone number of the facility in an international phone number format
Declaration
public string PropertyPhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
RenterName
Name of the person or business entity charged for the reservation and/or lodging stay
Declaration
public string RenterName { get; set; }
Property Value
Type | Description |
---|---|
string |
Rooms
Object that holds lodging related room data
Declaration
public IList<LodgingRoom> Rooms { get; set; }
Property Value
Type | Description |
---|---|
IList<LodgingRoom> |