| java.lang.Object | ||
| ↳ | PayPalRetailObject | |
| ↳ | com.paypal.paypalretailsdk.Country | |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
Country(String countryCode, String countryName)
Create a new country.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String |
getCode()
The code for a country @readonly
| ||||||||||
| String |
getName()
The name of a country @readonly
| ||||||||||
| String |
toString()
Returns a string representing the serialized state of the Country object
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Create a new country.
The code for a country @readonly
The name of a country @readonly
Returns a string representing the serialized state of the Country object