Search Results for

    Show / Hide Table of Contents

    Class LodgingRoom

    Inheritance
    object
    LodgingRoom
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Ingenico.Connect.Sdk.Domain.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class LodgingRoom

    Properties

    DailyRoomRate

    Daily room rate exclusive of any taxes and fees
    Note: The currencyCode is presumed to be identical to the order.amountOfMoney.currencyCode.

    Declaration
    public string DailyRoomRate { get; set; }
    Property Value
    Type Description
    string

    DailyRoomRateCurrencyCode

    Currency for Daily room rate. The code should be in 3 letter ISO format

    Declaration
    public string DailyRoomRateCurrencyCode { get; set; }
    Property Value
    Type Description
    string

    DailyRoomTaxAmount

    Daily room tax
    Note: The currencyCode is presumed to be identical to the order.amountOfMoney.currencyCode.

    Declaration
    public string DailyRoomTaxAmount { get; set; }
    Property Value
    Type Description
    string

    DailyRoomTaxAmountCurrencyCode

    Currency for Daily room tax. The code should be in 3 letter ISO format

    Declaration
    public string DailyRoomTaxAmountCurrencyCode { get; set; }
    Property Value
    Type Description
    string

    NumberOfNightsAtRoomRate

    Number of nights charged at the rate in the dailyRoomRate property

    Declaration
    public int? NumberOfNightsAtRoomRate { get; set; }
    Property Value
    Type Description
    int?

    RoomLocation

    Location of the room within the facility, e.g. Park or Garden etc.

    Declaration
    public string RoomLocation { get; set; }
    Property Value
    Type Description
    string

    RoomNumber

    Room number

    Declaration
    public string RoomNumber { get; set; }
    Property Value
    Type Description
    string

    TypeOfBed

    Size of bed, e.g., king, queen, double.

    Declaration
    public string TypeOfBed { get; set; }
    Property Value
    Type Description
    string

    TypeOfRoom

    Describes the type of room, e.g., standard, deluxe, suite.

    Declaration
    public string TypeOfRoom { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.