|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.api.payments.Payee
public class Payee
| Constructor Summary | |
|---|---|
Payee()
Default Constructor |
|
Payee(String email,
String merchantId)
Parameterized Constructor |
|
| Method Summary | |
|---|---|
String |
getEmail()
Getter for email |
String |
getMerchantId()
Getter for merchantId |
Phone |
getPhone()
Getter for phone |
Payee |
setEmail(String email)
Setter for email |
Payee |
setMerchantId(String merchantId)
Setter for merchantId |
Payee |
setPhone(Phone phone)
Setter for phone |
String |
toJSON()
Returns a JSON string corresponding to object state |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Payee()
public Payee(String email,
String merchantId)
| Method Detail |
|---|
public Payee setEmail(String email)
public String getEmail()
public Payee setMerchantId(String merchantId)
public String getMerchantId()
public Payee setPhone(Phone phone)
public Phone getPhone()
public String toJSON()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||