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: Ingenico.Connect.Sdk.Domain.Product.Definitions
    Assembly: connect-sdk-dotnet.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>

    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?

    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.