Class TokenDestination


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

      • TokenDestination

        public TokenDestination()
    • Method Detail

      • getToken

        public java.lang.String getToken()
        The Checkout.com card token ID. This will be an ID with the prefix tok_. [Required] ^(tok)_(\w{26})$ 30 characters
      • getAccountHolder

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

        public void setToken​(java.lang.String token)
        The Checkout.com card token ID. This will be an ID with the prefix tok_. [Required] ^(tok)_(\w{26})$ 30 characters
      • setAccountHolder

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