public class Participant extends PayPalModel
| Constructor and Description |
|---|
Participant()
Default Constructor
|
Participant(java.lang.String email)
Parameterized Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAdditionalInfo()
Additional information, such as business hours.
|
InvoiceAddress |
getAddress()
The participant address.
|
java.lang.String |
getBusinessName()
The participant company business name.
|
java.lang.String |
getEmail()
The participant email address.
|
Phone |
getFax()
The participant fax number.
|
java.lang.String |
getFirstName()
The participant first name.
|
java.lang.String |
getLastName()
The participant last name.
|
Phone |
getPhone()
The participant phone number.
|
java.lang.String |
getWebsite()
The participant website.
|
int |
hashCode() |
Participant |
setAdditionalInfo(java.lang.String additionalInfo)
Additional information, such as business hours.
|
Participant |
setAddress(InvoiceAddress address)
The participant address.
|
Participant |
setBusinessName(java.lang.String businessName)
The participant company business name.
|
Participant |
setEmail(java.lang.String email)
The participant email address.
|
Participant |
setFax(Phone fax)
The participant fax number.
|
Participant |
setFirstName(java.lang.String firstName)
The participant first name.
|
Participant |
setLastName(java.lang.String lastName)
The participant last name.
|
Participant |
setPhone(Phone phone)
The participant phone number.
|
Participant |
setWebsite(java.lang.String website)
The participant website.
|
toJSON, toStringpublic Participant()
public Participant(java.lang.String email)
public java.lang.String getEmail()
public java.lang.String getFirstName()
public java.lang.String getLastName()
public java.lang.String getBusinessName()
public Phone getPhone()
public Phone getFax()
public java.lang.String getWebsite()
public java.lang.String getAdditionalInfo()
public InvoiceAddress getAddress()
public Participant setEmail(java.lang.String email)
public Participant setFirstName(java.lang.String firstName)
public Participant setLastName(java.lang.String lastName)
public Participant setBusinessName(java.lang.String businessName)
public Participant setPhone(Phone phone)
public Participant setFax(Phone fax)
public Participant setWebsite(java.lang.String website)
public Participant setAdditionalInfo(java.lang.String additionalInfo)
public Participant setAddress(InvoiceAddress address)
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