issuerCountry property

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

The issuing country of the card based on the BIN list that Adyen maintains. Example: JP

Implementation

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