Class PayoutRecipients


  • public class PayoutRecipients
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PayoutRecipients​(java.util.List<PayoutRecipient> recipients)
      Constructor, create an recipient-full request PayoutBatch object.
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getGuid()  
      java.util.List<PayoutRecipient> getInstructions()  
      java.lang.String getToken()  
      void setGuid​(java.lang.String guid)  
      void setInstructions​(java.util.List<PayoutRecipient> recipients)  
      void setToken​(java.lang.String token)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PayoutRecipients

        public PayoutRecipients​(java.util.List<PayoutRecipient> recipients)
        Constructor, create an recipient-full request PayoutBatch object.
        Parameters:
        recipients - array array of JSON objects, with containing the following parameters.
    • Method Detail

      • getGuid

        public java.lang.String getGuid()
      • setGuid

        public void setGuid​(java.lang.String guid)
      • getToken

        public java.lang.String getToken()
      • setToken

        public void setToken​(java.lang.String token)
      • getInstructions

        public java.util.List<PayoutRecipient> getInstructions()
      • setInstructions

        public void setInstructions​(java.util.List<PayoutRecipient> recipients)