cardIssuingCurrency property
The currency in which the card is issued, if this information is available. Provided as the currency code or currency number from the ISO-4217 standard. Example: USD
Implementation
@BuiltValueField(wireName: r'cardIssuingCurrency')
String? get cardIssuingCurrency;