issuerCountry property

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

Country of the card issuer.

Implementation

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