pastTransactionsDay property

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

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

Implementation

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