value property

String value
final

The value, which might be:

  • An integer for currencies like JPY that are not typically fractional.
  • A decimal fraction for currencies like TND that are subdivided into thousandths.
  • For the required number of decimal places for a currency code, see Currency Codes.

    Maximum length: 32

Implementation

final String value;