referred property

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

If the payment is referred, this field is set to true. This field is unavailable if the payment is referred and is usually not returned with ecommerce transactions. Example: true

Implementation

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