Class AccountOnFile
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.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? |