cardIssuingCountry property

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

The country where the card was issued. Example: US

Implementation

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