country property
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;
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
@BuiltValueField(wireName: r'country')
String? get country;