shopperEmail property

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

The shopper's email address. We recommend that you provide this data, as it is used in velocity fraud checks. > Required for Visa and JCB transactions that require 3D Secure 2 authentication if you did not include the telephoneNumber.

Implementation

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