|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.paypal.api.payments.Address
com.paypal.api.payments.ShippingAddress
public class ShippingAddress
| Constructor Summary | |
|---|---|
ShippingAddress()
Default Constructor |
|
ShippingAddress(String recipientName)
Parameterized Constructor |
|
| Method Summary | |
|---|---|
String |
getRecipientName()
Getter for recipientName |
ShippingAddress |
setRecipientName(String recipientName)
Setter for recipientName |
String |
toJSON()
Returns a JSON string corresponding to object state |
String |
toString()
|
| Methods inherited from class com.paypal.api.payments.Address |
|---|
getCity, getCountryCode, getLine1, getLine2, getPhone, getPostalCode, getState, setCity, setCountryCode, setLine1, setLine2, setPhone, setPostalCode, setState |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ShippingAddress()
public ShippingAddress(String recipientName)
| Method Detail |
|---|
public ShippingAddress setRecipientName(String recipientName)
public String getRecipientName()
public String toJSON()
toJSON in class Addresspublic String toString()
toString in class Address
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||