email property

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

The support email address of the legal entity. Required if you have a platform setup.

Implementation

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