Package com.thalesgroup.gemalto.d1.d1pay
Interface TransactionHistory
-
public interface TransactionHistory
Contains the digital card's transaction history information.- Since:
- 2.3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCardID()
Gets the unique D1 Pay digital card ID.List<TransactionRecord>
getRecords()
Gets the transaction history records.
-
-
-
Method Detail
-
getRecords
@NonNull List<TransactionRecord> getRecords()
Gets the transaction history records.- Returns:
- The transaction history records.
-
-