Package io.moov.sdk.models.components
Class PayoutRecipient
- java.lang.Object
-
- io.moov.sdk.models.components.PayoutRecipient
-
public class PayoutRecipient extends java.lang.ObjectPayoutRecipientSpecify the intended recipient of the payout.
This information will be used to authenticate the end user when they follow the payment link.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPayoutRecipient.Builder
-
Constructor Summary
Constructors Constructor Description PayoutRecipient(java.lang.String email)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PayoutRecipient.Builderbuilder()java.lang.Stringemail()booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()PayoutRecipientwithEmail(java.lang.String email)
-
-
-
Method Detail
-
email
public java.lang.String email()
-
builder
public static PayoutRecipient.Builder builder()
-
withEmail
public PayoutRecipient withEmail(java.lang.String email)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-