Class PaymentAccountOnFile
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class PaymentAccountOnFile
Properties
CreateDate
The date (YYYYMMDD) when the payment account on file was first created.
In case a token is used for the transaction we will use the creation date of the token in our system in case you leave this property empty.
Declaration
public string CreateDate { get; set; }
Property Value
Type | Description |
---|---|
string |
NumberOfCardOnFileCreationAttemptsLast24Hours
Number of attempts made to add new card to the customer account in the last 24 hours
Declaration
public int? NumberOfCardOnFileCreationAttemptsLast24Hours { get; set; }
Property Value
Type | Description |
---|---|
int? |