Search Results for

    Show / Hide Table of Contents

    Class PaymentProductGroup

    Inheritance
    object
    PaymentProductGroup
    PaymentProductGroupResponse
    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 PaymentProductGroup

    Properties

    AccountsOnFile

    Only populated in the Client API

    Declaration
    public IList<AccountOnFile> AccountsOnFile { get; set; }
    Property Value
    Type Description
    IList<AccountOnFile>

    AllowsClickToPay

    Indicates if the product supports Click to Pay:

    • true - This payment supports Click to Pay
    • false - This payment does not support Click to Pay
    Declaration
    public bool? AllowsClickToPay { get; set; }
    Property Value
    Type Description
    bool?

    AllowsInstallments

    Indicates if the product supports installments

    • true - This payment supports installments
    • false - This payment does not support installments
    Declaration
    public bool? AllowsInstallments { get; set; }
    Property Value
    Type Description
    bool?

    ClickToPayConfiguration

    Object containing the configuration parameters for each scheme supporting Click to Pay for the provided country and currency combination. These parameters initialize SRC System SDK for the scheme. This object is only returned for card products with allowsClickToPay set to true.

    Declaration
    public ClickToPayConfiguration ClickToPayConfiguration { get; set; }
    Property Value
    Type Description
    ClickToPayConfiguration

    DeviceFingerprintEnabled

    Indicates if device fingerprint is enabled for the product group

    • true
    • false
    Declaration
    public bool? DeviceFingerprintEnabled { get; set; }
    Property Value
    Type Description
    bool?

    DisplayHints

    Object containing display hints like the order of the group when shown in a list, the name of the group and the logo. Note that the order of the group is the lowest order among the payment products that belong to the group.

    Declaration
    public PaymentProductDisplayHints DisplayHints { get; set; }
    Property Value
    Type Description
    PaymentProductDisplayHints

    Fields

    Object containing all the fields and their details that are associated with this payment product group. If you are not interested in the these fields you can have us filter them out (using hide=fields in the query-string)

    Declaration
    public IList<PaymentProductField> Fields { get; set; }
    Property Value
    Type Description
    IList<PaymentProductField>

    Id

    The ID of the payment product group in our system

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.