Search Results for

    Show / Hide Table of Contents

    Class AccountOnFile

    Inheritance
    object
    AccountOnFile
    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 AccountOnFile

    Properties

    Attributes

    Array containing the details of the stored token

    Declaration
    public IList<AccountOnFileAttribute> Attributes { get; set; }
    Property Value
    Type Description
    IList<AccountOnFileAttribute>

    DisplayHints

    Object containing information for the client on how best to display this field

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

    Id

    ID of the account on file record

    Declaration
    public int? Id { get; set; }
    Property Value
    Type Description
    int?

    PaymentProductId

    Payment product identifier
    Please see payment products for a full overview of possible values.

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