Search Results for

    Show / Hide Table of Contents

    Class InstallmentDisplayHints

    Inheritance
    object
    InstallmentDisplayHints
    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 InstallmentDisplayHints

    Properties

    DisplayOrder

    Determines the order in which the installment options should be shown (sorted ascending). In countries like Turkey there are multiple loyalty programs that offer installments

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

    Label

    Name of the installment option

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

    Logo

    Partial URL that you can reference for the image of this installment provider. You can use our server-side resize functionality by appending '?size={{width}}x{{height}}' to the full URL, where width and height are specified in pixels. The resized image will always keep its correct aspect ratio.

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