subMerchantEmail property

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

This field is required for transactions performed by registered payment facilitators. This field contains the email address of the sub-merchant. * Format: Alphanumeric * Maximum length: 40 characters

Implementation

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