subMerchantID property

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

This field contains an identifier of the actual merchant when a transaction is submitted via a payment facilitator. The payment facilitator must send in this unique ID. A unique identifier per submerchant that is required if the transaction is performed by a registered payment facilitator. * Format: alpha-numeric. * Fixed length: 15 characters.

Implementation

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