email property

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

Required for transactions performed by registered payment facilitators. The email associated with the sub-merchant's account.

Implementation

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