-
- All Implemented Interfaces:
public final class GiniBankAPI extends GiniCoreAPI<BankApiDocumentManager, BankApiDocumentRepository, ExtractionsContainer>
The GiniBankAPI instance is the main entry point when interacting with the Gini Bank API. You must hold a reference to its instance as long as you interact with the API.
To configure and create an instance use the GiniBankAPIBuilder.
-
-
Field Summary
Fields Modifier and Type Field Description private final CredentialsStorecredentialsStoreprivate final BankApiDocumentManagerdocumentManager
-
Constructor Summary
Constructors Constructor Description GiniBankAPI(BankApiDocumentManager documentManager, CredentialsStore credentialsStore)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
GiniBankAPI
GiniBankAPI(BankApiDocumentManager documentManager, CredentialsStore credentialsStore)
-
-
-
-