| java.lang.Object | ||
| ↳ | PayPalRetailObject | |
| ↳ | com.paypal.paypalretailsdk.Countries | |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Countries() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static List<Country> | countries() | ||||||||||
| static String |
countryForCountryCode(String countryCode)
Given a country code, returns the full name of the country.
| ||||||||||
| String |
toString()
Returns a string representing the serialized state of the Countries object
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Given a country code, returns the full name of the country. If there's no match, returns undefined.
Returns a string representing the serialized state of the Countries object