lastTransactionAt property

  1. @BuiltValueField.new(wireName: r'lastTransactionAt')
DateTime? get lastTransactionAt

Date and time of the last transaction on the terminal. Not included when the last transaction was more than 14 days ago.

Implementation

@BuiltValueField(wireName: r'lastTransactionAt')
DateTime? get lastTransactionAt;