Gini Bank API
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.
Constructors
Link copied to clipboard
public GiniBankAPI GiniBankAPI(BankApiDocumentManager documentManager, CredentialsStore credentialsStore)