Search Results for

    Show / Hide Table of Contents

    Class NetworkTokenData

    Inheritance
    object
    NetworkTokenData
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.