pastTransactionsYear property

  1. @BuiltValueField.new(wireName: r'pastTransactionsYear')
int? get pastTransactionsYear

Number of all transactions (successful and abandoned) from this shopper in the past year.

Implementation

@BuiltValueField(wireName: r'pastTransactionsYear')
int? get pastTransactionsYear;