Search Results for

    Show / Hide Table of Contents

    Class GetInstallmentRequest

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

    Properties

    AmountOfMoney

    Object containing amount and ISO currency code attributes

    Declaration
    public AmountOfMoney AmountOfMoney { get; set; }
    Property Value
    Type Description
    AmountOfMoney

    Bin

    The first digits of the card number from left to right with a minimum of 6 digits

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

    CountryCode

    ISO 3166-1 alpha-2 country code

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

    PaymentProductId

    Payment product identifier
    Please see payment products for a full overview of possible values.

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