cardIssuingCountry property

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

Card issuing country.

Implementation

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