Search Results for

    Show / Hide Table of Contents

    Class PaymentProductFiltersClientSession

    Inheritance
    object
    PaymentProductFiltersClientSession
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Worldline.Connect.Sdk.V1.Domain
    Assembly: Worldline.Connect.Sdk.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
    In This Article
    • Properties
      • Exclude
      • RestrictTo
    Back to top Copyright (c) 2016 Global Collect Services B.V.