public class Payee extends PayPalModel
| Constructor and Description |
|---|
Payee()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAccountNumber()
Unencrypted PayPal account Number of the Payee
|
java.lang.String |
getEmail()
Email Address associated with the Payee's PayPal Account.
|
java.lang.String |
getFirstName()
First Name of the Payee.
|
java.lang.String |
getLastName()
Last Name of the Payee.
|
java.lang.String |
getMerchantId()
Encrypted PayPal account identifier for the Payee.
|
Phone |
getPhone()
Information related to the Payee.
|
int |
hashCode() |
Payee |
setAccountNumber(java.lang.String accountNumber)
Unencrypted PayPal account Number of the Payee
|
Payee |
setEmail(java.lang.String email)
Email Address associated with the Payee's PayPal Account.
|
Payee |
setFirstName(java.lang.String firstName)
First Name of the Payee.
|
Payee |
setLastName(java.lang.String lastName)
Last Name of the Payee.
|
Payee |
setMerchantId(java.lang.String merchantId)
Encrypted PayPal account identifier for the Payee.
|
Payee |
setPhone(Phone phone)
Information related to the Payee.
|
toJSON, toStringpublic java.lang.String getEmail()
public java.lang.String getMerchantId()
public java.lang.String getFirstName()
public java.lang.String getLastName()
public java.lang.String getAccountNumber()
public Phone getPhone()
public Payee setEmail(java.lang.String email)
public Payee setMerchantId(java.lang.String merchantId)
public Payee setFirstName(java.lang.String firstName)
public Payee setLastName(java.lang.String lastName)
public Payee setAccountNumber(java.lang.String accountNumber)
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