subMerchantState property

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

This field is required if the transaction is performed by a registered payment facilitator, and if applicable to the country. This field must contain the state code of the actual merchant's address. * Format: alpha-numeric. * Maximum length: 3 characters.

Implementation

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