-
- All Implemented Interfaces:
-
net.gini.android.bank.sdk.transactiondocs.GiniTransactions
public final class GiniBankTransactions implements GiniTransactions
-
-
Field Summary
Fields Modifier and Type Field Description private final <ERROR CLASS>giniSelectedTransactionDocsFlow
-
Constructor Summary
Constructors Constructor Description GiniBankTransactions()
-
Method Summary
Modifier and Type Method Description <ERROR CLASS>getGiniSelectedTransactionDocsFlow()This flow emits a list of GiniTransactionDoc objects representing the documents associated to selected transaction. UnitsetTransactions(List<GiniTransaction> transactions)Sets the list of transactions. UnitsetSelectedTransaction(GiniTransactionIdentifier identifier)Sets the selected transaction. -
-
Method Detail
-
getGiniSelectedTransactionDocsFlow
<ERROR CLASS> getGiniSelectedTransactionDocsFlow()
This flow emits a list of GiniTransactionDoc objects representing the documents associated to selected transaction.
-
setTransactions
Unit setTransactions(List<GiniTransaction> transactions)
Sets the list of transactions. Must be called before calling setSelectedTransaction.
-
setSelectedTransaction
Unit setSelectedTransaction(GiniTransactionIdentifier identifier)
Sets the selected transaction.
- Parameters:
identifier- GiniTransactionIdentifier of the selected transaction.
-
-
-
-