Class NetworkTokenDestination


  • public final class NetworkTokenDestination
    extends AbstractDestination
    network_token destination Class The destination of the unreferenced refund.
    • Constructor Detail

      • NetworkTokenDestination

        public NetworkTokenDestination()
    • Method Detail

      • getToken

        public java.lang.String getToken()
        The network token's Primary Account Number (PAN). [Required]
      • getExpiryMonth

        public java.lang.Integer getExpiryMonth()
        The network token's expiration month. [Required] [ 1 .. 2 ] characters >= 1
      • getExpiryYear

        public java.lang.Integer getExpiryYear()
        The network token's expiration year. [Required] 4 characters
      • getTokenType

        public TokenType getTokenType()
        The network token type. [Required]
      • getCryptogram

        public java.lang.String getCryptogram()
        The network token's Base64-encoded cryptographic identifier (TAVV). The cryptogram is used by card schemes to validate the token verification result. [Required] <= 50
      • getEci

        public java.lang.String getEci()
        The network token's Electronic Commerce Indicator (ECI) security level. [Required] <= 2
      • getAccountHolder

        public AbstractAccountHolder getAccountHolder()
        The unreferenced refund destination account holder. [Required]
      • setToken

        public void setToken​(java.lang.String token)
        The network token's Primary Account Number (PAN). [Required]
      • setExpiryMonth

        public void setExpiryMonth​(java.lang.Integer expiryMonth)
        The network token's expiration month. [Required] [ 1 .. 2 ] characters >= 1
      • setExpiryYear

        public void setExpiryYear​(java.lang.Integer expiryYear)
        The network token's expiration year. [Required] 4 characters
      • setTokenType

        public void setTokenType​(TokenType tokenType)
        The network token type. [Required]
      • setCryptogram

        public void setCryptogram​(java.lang.String cryptogram)
        The network token's Base64-encoded cryptographic identifier (TAVV). The cryptogram is used by card schemes to validate the token verification result. [Required] <= 50
      • setEci

        public void setEci​(java.lang.String eci)
        The network token's Electronic Commerce Indicator (ECI) security level. [Required] <= 2
      • setAccountHolder

        public void setAccountHolder​(AbstractAccountHolder accountHolder)
        The unreferenced refund destination account holder. [Required]