getAllowedCountries

Method Signature String[] getAllowedCountries();
Description
Returns a list of all the countries that this merchant has configured to allow the customer to purchase from. This list should be used to display a drop down list to the customer. It is very important that the country values on your Cart object match something in this list.
Parameters None
Result String[] – a list of all the countries that can be purchased from in the checkout.