countryCode property

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

2-letter ISO 3166 country code of the card acceptor location. > This parameter is required for the merchants who don't use Adyen as the payment authorisation gateway.

Implementation

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