issuingCountryCode property

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

The two-letter country code of the country where the card was issued.

Implementation

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