subMerchantPostalCode property

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

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

Implementation

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