numCode property

int numCode
final

The numeric code associated with the currency (3-digit code).

This code is a unique identifier for the currency based on the ISO 4217 standard. For example, the numeric code for 'USD' is 840, for 'EUR' it is 978, etc.

Implementation

final int numCode;