Search Results for

    Show / Hide Table of Contents

    Class InstallmentOptions

    Inheritance
    object
    InstallmentOptions
    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.Installments.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class InstallmentOptions

    Properties

    DisplayHints

    Object containing information for the client on how best to display the installment options

    Declaration
    public InstallmentDisplayHints DisplayHints { get; set; }
    Property Value
    Type Description
    InstallmentDisplayHints

    Id

    The ID of the installment option in our system

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

    InstallmentPlans

    Object containing information about installment plans

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