issuingCountryCode property

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

The two-character ISO 3166-1 alpha-2 country code where the payment instrument is issued. For example, NL or US.

Implementation

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