subMerchantName property

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

This field is required if the transaction is performed by a registered payment facilitator. This field must contain the name of the actual merchant. * Format: alpha-numeric. * Maximum length: 22 characters.

Implementation

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