shopperReference property

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

The reference you use to uniquely identify the shopper (e.g. user ID or account ID).

Implementation

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