shopperReference property

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

The ID that uniquely identifies the shopper. The shopperReference is the same as the shopperReference used in the initial payment.

Implementation

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