Search Results for

    Show / Hide Table of Contents

    Class PaymentProductNetworksResponse

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

    Properties

    Networks

    Array containing network entries for a payment product. The strings that represent the networks in the array are identical to the strings that the payment product vendors use in their documentation. For instance: "Visa" for Apple Pay, and "VISA" for Google Pay.

    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.