code property

String code
final

The ISO 4217 code of the currency (3-letter code).

This code uniquely identifies the currency, e.g., 'USD' for United States Dollar, 'EUR' for Euro, 'JPY' for Japanese Yen, etc.

Implementation

final String code;