getTaxCounties

Method Signature String[] getTaxCounties();
Description
Retrieves the tax counties for a given Cart. A customer will need to select from a tax county if the information contained in their address is not enough to select a tax rate. This method call only needs to be used if the merchant has configured taxes beyond the state level, but has not gone all the way down to the zip code level. Some cities may belong in more than one county so it's necessary to ask the customer which county they're in.
Parameters None – the global cart variable is automatically submitted with this call.
Result String[] – an array of tax counties that the customer needs to select from. If this array is empty then there is no need to prompt the customer to select a tax county.