java.lang.Object | ||
↳ | PayPalRetailObject | |
↳ | com.paypal.paypalretailsdk.InvoiceAddress |
Container for addresses used on various invoice entities
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
InvoiceAddress() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | getAddressee() | ||||||||||
String |
getCity()
City portion of the address
| ||||||||||
String |
getCountry()
ISO two letter country code @required
| ||||||||||
Boolean | getIsPrimary() | ||||||||||
String |
getLine1()
First line of the address @required
| ||||||||||
String |
getLine2()
Second line of the address
| ||||||||||
String |
getPhone()
Phone number in E.123 format.
| ||||||||||
String |
getPostalCode()
Postal Code
| ||||||||||
String |
getState()
State, if applicable
| ||||||||||
Boolean |
hasAnyValue()
Check to see if this object has any value
| ||||||||||
void | setAddressee(String value) | ||||||||||
void |
setCity(String value)
City portion of the address
| ||||||||||
void |
setCountry(String value)
ISO two letter country code @required
| ||||||||||
void | setIsPrimary(Boolean value) | ||||||||||
void |
setLine1(String value)
First line of the address @required
| ||||||||||
void |
setLine2(String value)
Second line of the address
| ||||||||||
void |
setPhone(String value)
Phone number in E.123 format.
| ||||||||||
void |
setPostalCode(String value)
Postal Code
| ||||||||||
void |
setState(String value)
State, if applicable
| ||||||||||
String |
toString()
Returns a string representing the serialized state of the InvoiceAddress object
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
City portion of the address
ISO two letter country code @required
First line of the address @required
Second line of the address
Phone number in E.123 format.
Postal Code
State, if applicable
Check to see if this object has any value
City portion of the address
ISO two letter country code @required
First line of the address @required
Second line of the address
Phone number in E.123 format.
Postal Code
State, if applicable
Returns a string representing the serialized state of the InvoiceAddress object