Class PaymentProductFilter
Inherited Members
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?> |