currency property

  1. @BuiltValueField(wireName: r'currency')
String? get currency

An ISO 4217 currency code indicating the currency that the amount is expressed in.

Implementation

@BuiltValueField(wireName: r'currency')
String? get currency;