Class PayoutInstruction


  • public class PayoutInstruction
    extends java.lang.Object
    • Constructor Detail

      • PayoutInstruction

        public PayoutInstruction()
        Constructor, create an empty PayoutInstruction object.
      • PayoutInstruction

        public PayoutInstruction​(java.lang.Double amount,
                                 int method,
                                 java.lang.String methodValue)
                          throws PayoutCreationException
        Constructor, create a PayoutInstruction object.
        Parameters:
        amount - float amount (in currency of batch).
        method - int Method used to target the recipient.
        methodValue - string value for the choosen target method.
        Throws:
        PayoutCreationException - BitPayException class
    • Method Detail

      • getAmount

        public java.lang.Double getAmount()
      • setAmount

        public void setAmount​(java.lang.Double amount)
      • getEmail

        public java.lang.String getEmail()
      • setEmail

        public void setEmail​(java.lang.String email)
      • getRecipientId

        public java.lang.String getRecipientId()
      • setRecipientId

        public void setRecipientId​(java.lang.String recipientId)
      • getShopperId

        public java.lang.String getShopperId()
      • setShopperId

        public void setShopperId​(java.lang.String shopperId)
      • getLabel

        public java.lang.String getLabel()
      • setLabel

        public void setLabel​(java.lang.String label)
      • getWalletProvider

        public java.lang.String getWalletProvider()
      • setWalletProvider

        public void setWalletProvider​(java.lang.String walletProvider)
      • getId

        public java.lang.String getId()
      • setId

        public void setId​(java.lang.String id)
      • getStatus

        public java.lang.String getStatus()
      • setStatus

        public void setStatus​(java.lang.String status)