public class

Countries

extends PayPalRetailObject
java.lang.Object
   ↳ PayPalRetailObject
     ↳ com.paypal.paypalretailsdk.Countries

Summary

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

Public Constructors

public Countries ()

Public Methods

public static List<Country> countries ()

public static String countryForCountryCode (String countryCode)

Given a country code, returns the full name of the country. If there's no match, returns undefined.

public String toString ()

Returns a string representing the serialized state of the Countries object