Class SchemeTokenData
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class SchemeTokenData
Properties
CardholderName
The cardholder's name on the card
Declaration
public string CardholderName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Cryptogram
The Token Cryptogram is a dynamic one-time use value that is used to verify the authenticity of the transaction and the integrity of the data used in the generation of the Token Cryptogram. Visa calls this the Token Authentication Verification Value (TAVV) cryptogram.
Declaration
public string Cryptogram { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Eci
The Electronic Commerce Indicator you got with the Token Cryptogram
Declaration
public string Eci { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NetworkToken
The network token. Note: This is called Payment Token in the EMVCo documentation
Declaration
public string NetworkToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TokenExpiryDate
The expiry date of the network token
Declaration
public string TokenExpiryDate { get; set; }
Property Value
| Type | Description |
|---|---|
| string |