public class PayerNotification extends PayPalModel
| Constructor and Description |
|---|
PayerNotification()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getEmail()
Email Address associated with the Payer's PayPal Account.
|
int |
hashCode() |
PayerNotification |
setEmail(java.lang.String email)
Email Address associated with the Payer's PayPal Account.
|
toJSON, toStringpublic java.lang.String getEmail()
public PayerNotification setEmail(java.lang.String email)
public boolean equals(java.lang.Object o)
equals in class PayPalModelprotected boolean canEqual(java.lang.Object other)
canEqual in class PayPalModelpublic int hashCode()
hashCode in class PayPalModel