country property

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

The three-letter country code of the sub-merchant's address. For example, BRA for Brazil. * Format: ISO 3166-1 alpha-3 * Fixed length: 3 characters

Implementation

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