Class PaymentProductFiltersClientSession
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Sessions.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class PaymentProductFiltersClientSession
Properties
Exclude
Contains the payment product ids and payment product groups that should be excluded from the payment products available for the payment. Note that excluding a payment product will ensure exclusion, even if the payment product is also present in the restrictTo filter, and that excluding a payment product group will exclude all payment products that are a part of that group, even if one or more of them are present in the restrictTo filters.
Declaration
public PaymentProductFilter Exclude { get; set; }
Property Value
Type | Description |
---|---|
PaymentProductFilter |
RestrictTo
Contains the payment product ids and payment product groups that should be at most contained in the payment products available for completing the payment. Note that the list of payment products available for completing the payment will only contain payment products present in these filters, but not all payment products in these filters might be present in the list. Some of them might not be allowed in context or they might be present in the exclude filters.
Declaration
public PaymentProductFilter RestrictTo { get; set; }
Property Value
Type | Description |
---|---|
PaymentProductFilter |