Search Results for

    Show / Hide Table of Contents

    Class SessionRequest

    Inheritance
    object
    SessionRequest
    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.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>
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.