cardIssuingCurrency property

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

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;