Class IdDestination


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

      • IdDestination

        public IdDestination()
    • Method Detail

      • getId

        public java.lang.String getId()
        The payment source ID. This will be an ID with the prefix src_. [Required] ^(src)_(\w{26})$ 30 characters
      • getAccountHolder

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

        public void setId​(java.lang.String id)
        The payment source ID. This will be an ID with the prefix src_. [Required] ^(src)_(\w{26})$ 30 characters
      • setAccountHolder

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