Search Results for

    Show / Hide Table of Contents

    Class PaymentProduct320SpecificData

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

    Properties

    Gateway

    The GlobalCollect gateway identifier. You should use this when creating a tokenization specification.

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

    Networks

    The networks that can be used in the current payment context. The strings that represent the networks in the array are identical to the strings that Google uses in their documentation. For instance: "VISA".

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