shopperReference property

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

Your reference to uniquely identify this shopper, for example user ID or account ID. The value is case-sensitive and must be at least three characters. > Your reference must not include personally identifiable information (PII) such as name or email address.

Implementation

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