|
|||||||||
| 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,
String phone)
Parameterized Constructor |
|
| Method Summary | |
|---|---|
String |
getEmail()
Getter for email |
String |
getMerchantId()
Getter for merchantId |
String |
getPhone()
Getter for phone |
Payee |
setEmail(String email)
Setter for email |
Payee |
setMerchantId(String merchantId)
Setter for merchantId |
Payee |
setPhone(String 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,
String phone)
| Method Detail |
|---|
public Payee setEmail(String email)
public String getEmail()
public Payee setMerchantId(String merchantId)
public String getMerchantId()
public Payee setPhone(String phone)
public String 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 | ||||||||