Class: CountryInfo

base.CountryInfo

new CountryInfo()

Source:

Methods

(static) CountryInfo#getAppMarketBillingEnabled() → {Boolean}

Get the field value Indicates whether the country is enabled for app market billing
Source:
Returns:
Type
Boolean

(static) CountryInfo#getCountryCode() → {String}

Get the field value ISO 3166-1-alpha-2 code
Source:
Returns:
Type
String

(static) CountryInfo#getCountyRequired() → {Boolean}

Get the field value Indicates whether the county field is required when creating the address
Source:
Returns:
Type
Boolean

(static) CountryInfo#getDefaultCurrency() → {String}

Get the field value
Source:
Returns:
Type
String

(static) CountryInfo#getDefaultLocale() → {String}

Get the field value
Source:
Returns:
Type
String

(static) CountryInfo#getDefaultTimezone() → {String}

Get the field value
Source:
Returns:
Type
String

(static) CountryInfo#getDisplayName() → {String}

Get the field value
Source:
Returns:
Type
String

(static) CountryInfo#getLocalDisplayName() → {Null|String}

Get the field value
Source:
Returns:
Type
Null | String

(static) CountryInfo#getStateProvinceRequired() → {Boolean}

Get the field value Indicates whether the state/province field is required when creating the address
Source:
Returns:
Type
Boolean

(static) CountryInfo#getZipPostalRequired() → {Boolean}

Get the field value Indicates whether the ZIP/Postal code field is required when creating the address
Source:
Returns:
Type
Boolean

(static) CountryInfo#setAppMarketBillingEnabled(appMarketBillingEnabled)

Set the field value Indicates whether the country is enabled for app market billing
Parameters:
Name Type Description
appMarketBillingEnabled Boolean
Source:

(static) CountryInfo#setCountryCode(countryCode)

Set the field value ISO 3166-1-alpha-2 code
Parameters:
Name Type Description
countryCode String
Source:

(static) CountryInfo#setCountyRequired(countyRequired)

Set the field value Indicates whether the county field is required when creating the address
Parameters:
Name Type Description
countyRequired Boolean
Source:

(static) CountryInfo#setDefaultCurrency(defaultCurrency)

Set the field value
Parameters:
Name Type Description
defaultCurrency String
Source:

(static) CountryInfo#setDefaultLocale(defaultLocale)

Set the field value
Parameters:
Name Type Description
defaultLocale String
Source:

(static) CountryInfo#setDefaultTimezone(defaultTimezone)

Set the field value
Parameters:
Name Type Description
defaultTimezone String
Source:

(static) CountryInfo#setDisplayName(displayName)

Set the field value
Parameters:
Name Type Description
displayName String
Source:

(static) CountryInfo#setLocalDisplayName(localDisplayName)

Set the field value
Parameters:
Name Type Description
localDisplayName Null | String
Source:

(static) CountryInfo#setStateProvinceRequired(stateProvinceRequired)

Set the field value Indicates whether the state/province field is required when creating the address
Parameters:
Name Type Description
stateProvinceRequired Boolean
Source:

(static) CountryInfo#setZipPostalRequired(zipPostalRequired)

Set the field value Indicates whether the ZIP/Postal code field is required when creating the address
Parameters:
Name Type Description
zipPostalRequired Boolean
Source: