shopperReference property

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

The reference of the shopper that owns the recurring contract. Optional if card is provided.

Implementation

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