Search Results for

    Show / Hide Table of Contents

    Class PaymentProductFilter

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

    Properties

    Groups

    List containing all payment product groups that should either be restricted to in or excluded from the payment context. Currently, there is only one group, called 'cards'.

    Declaration
    public IList<string> Groups { get; set; }
    Property Value
    Type Description
    IList<string>

    Products

    List containing all payment product ids that should either be restricted to in or excluded from the payment context.

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