shopperReference property

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

Required for recurring payments. Your reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters. > Your reference must not include personally identifiable information (PII), for example name or email address.

Implementation

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