Const
Mapping of locations to their corresponding currency codes
CURRENCY_CODE_MAP_BY_LOCATION['US'] // returns 'USD'CURRENCY_CODE_MAP_BY_LOCATION['GB'] // returns 'GBP' Copy
CURRENCY_CODE_MAP_BY_LOCATION['US'] // returns 'USD'CURRENCY_CODE_MAP_BY_LOCATION['GB'] // returns 'GBP'
Mapping of locations to their corresponding currency codes