currencyCode property

String? currencyCode
getter/setter pair

The currency type used in reports involving monetary values.

Format: https://en.wikipedia.org/wiki/ISO_4217 Examples: "USD", "EUR", "JPY"

Implementation

core.String? currencyCode;