Class TokenCardData
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Token.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class TokenCardData
Properties
CardWithoutCvv
Object containing the card details (without CVV)
Declaration
public CardWithoutCvv CardWithoutCvv { get; set; }
Property Value
Type | Description |
---|---|
CardWithoutCvv |
FirstTransactionDate
Date of the first transaction (for ATOS)
Format: YYYYMMDD
Declaration
public string FirstTransactionDate { get; set; }
Property Value
Type | Description |
---|---|
string |
ProviderReference
Reference of the provider (of the first transaction) - used to store the ATOS Transaction Certificate
Declaration
public string ProviderReference { get; set; }
Property Value
Type | Description |
---|---|
string |