locations property

List<String> locations
final

A list of locations (countries or regions) that use this currency.

This is a list of all countries or regions where the currency is used. For example, the United States Dollar (USD) is used in the United States, American Samoa, and the British Virgin Islands.

Implementation

final List<String> locations;