subMerchantCountry property

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

This field is required if the transaction is performed by a registered payment facilitator. This field must contain the three-letter country code of the actual merchant's address. * Format: alpha-numeric. * Fixed length: 3 characters.

Implementation

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