Search Results for

    Show / Hide Table of Contents

    Class LodgingCharge

    Inheritance
    object
    LodgingCharge
    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 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
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.