Class PayoutRecipientUpdate


  • public class PayoutRecipientUpdate
    extends java.lang.Object
    PayoutRecipientUpdate

    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

      • PayoutRecipientUpdate

        public PayoutRecipientUpdate​(java.util.Optional<java.lang.String> email)
      • PayoutRecipientUpdate

        public PayoutRecipientUpdate()
    • Method Detail

      • email

        public java.util.Optional<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