public class

Country

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

Summary

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

Public Constructors

public Country (String countryCode, String countryName)

Create a new country.

Public Methods

public String getCode ()

The code for a country @readonly

public String getName ()

The name of a country @readonly

public String toString ()

Returns a string representing the serialized state of the Country object