shopperEmail property

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

The e-mail of the shopper, included if an e-mail was sent to the shopper.

Implementation

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