Class SessionRequest
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Sessions
Assembly: connect-sdk-dotnet.dll
Syntax
public class SessionRequest
Properties
PaymentProductFilters
Restrict the payment products available for payment completion by restricting to and excluding certain payment products and payment product groups.
Declaration
public PaymentProductFiltersClientSession PaymentProductFilters { get; set; }
Property Value
Type | Description |
---|---|
PaymentProductFiltersClientSession |
Tokens
List of previously stored tokens linked to the customer that wants to checkout.
Declaration
public IList<string> Tokens { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |