Class NetworkTokenData
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class NetworkTokenData
Properties
NetworkToken
The network token alternative for the full Permanent Account Number. To receive a non-obfuscated network token please contact your account manager.
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 |
TokenReferenceId
A unique identifier that can be used with Visa Token Service (VTS) or Mastercard Digital Enablement Service (MDES) to retrieve token details. It remains valid as long as the token is valid. Note: A prefix "V:" is added to show that this is a network token for a Visa product and "M:" to show that this is a network token for a Mastercard product.
Declaration
public string TokenReferenceId { get; set; }
Property Value
Type | Description |
---|---|
string |