subMerchantStreet property

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

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

Implementation

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