subMerchantPeriodSubSellerLeftSquareBracketSubSellerNrRightSquareBracketPeriodCountry property
- @BuiltValueField.new(wireName: r'subMerchant.subSeller[subSellerNr].country')
Required for transactions performed by registered payment facilitators. 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'subMerchant.subSeller[subSellerNr].country')
String? get subMerchantPeriodSubSellerLeftSquareBracketSubSellerNrRightSquareBracketPeriodCountry;