Class PayoutRecipient


  • public class PayoutRecipient
    extends java.lang.Object
    PayoutRecipient

    Specify the intended recipient of the payout.

    This information will be used to authenticate the end user when they follow the payment link.

    • Constructor Detail

      • PayoutRecipient

        public PayoutRecipient​(java.lang.String email)
    • Method Detail

      • email

        public java.lang.String email()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object