currencyCode property

String? currencyCode
getter/setter pair

When a conversion event for this event_name has no set currency, this currency will be applied as the default.

Must be in ISO 4217 currency code format. See https://en.wikipedia.org/wiki/ISO_4217 for more.

Implementation

core.String? currencyCode;