This method is to get the collection of VAT country codes and VAT ID Regexes.
Use this method to retrieve a list of countries and locale information available to the current user.
Use this method to retrieve a list of countries and locale information such as country code and state/provinces.
This method will return a collection of SoftLayer_Container_Collection_Locale_CountryCode objects. If the country has states, a SoftLayer_Container_Collection_Locale_StateCode collection will be provided with the country.
Retrieve a SoftLayer_Locale_Country record.
This method will return an array of country codes that require postal code
States that belong to this country.
This method will return an array of ISO 3166 Alpha-2 country codes that use a Value-Added Tax (VAT) ID. Note the difference between SoftLayer_Locale_Country::getVatRequiredCountryCodes - this method will provide all country codes that use VAT ID, including those which are required.
This method will return an array of ISO 3166 Alpha-2 country codes that use a Value-Added Tax (VAT) ID. Note the difference between SoftLayer_Locale_Country::getVatCountries - this method will provide country codes where a VAT ID is required for onboarding to IBM Cloud.
Returns true if the country code is in the European Union (EU), false otherwise.