Search Results for

    Show / Hide Table of Contents

    Class IINDetail

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

    Properties

    IsAllowedInContext

    Populated only if you submitted a payment context.

    • true - The payment product is allowed in the submitted context.
    • false - The payment product is not allowed in the submitted context. Note that in this case, none of the brands of the card will be allowed in the submitted context.
    Declaration
    public bool? IsAllowedInContext { get; set; }
    Property Value
    Type Description
    bool?

    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.