lastTransactionAt property
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;
Date and time of the last transaction on the terminal. Not included when the last transaction was more than 14 days ago.
@BuiltValueField(wireName: r'lastTransactionAt')
DateTime? get lastTransactionAt;