Interface | Description |
---|---|
SettlementAccount |
This is just a marker interface, used to resolve building the path for settlements account on loan accounts endpoint.
|
Class | Description |
---|---|
ApiGLJournalEntry |
A wrapper class to support Posting GLJournalEntries API.
|
ApiLoanAccount |
A class which extends the definition of the Mambu's LoanAccount to include any additional fields that can be sent by
Mambu API within the LoanAccount but which are not part of the LoanAccount class.
|
DatabaseBackup |
Wrapper class, used to hold the content of a DB backup as a ByteArrayOutputStream.
|
DatabaseBackupRequest |
Wrapper class used in the hold the request details for backup database API call.
|
DatabaseBackupResponse |
Wrapper class used in the hold the response details for backup database API call.
|
JSONCustomViewEntitiesSummaryWrapper |
JSON wrapper for CustomViewEntitiesSummaryWrapper class.
|
NotificationsToBeResent |
Helper model used to wrap the data needed by the notification messages API while POSTing failed messages to be
resent, see NotificationsService.
|
ScheduleQueryParams |
Schedule query parameters model, used to create extra query params for preview schedule API.
|
Enum | Description |
---|---|
Protocol |
Enum that stores application protocols that can be used within the project.
|
ScheduleQueryParam |
Shows possible values of schedule query parameters
|
Annotation Type | Description |
---|---|
ApiKey |
Annotation class for defining the ApiKey header for an ApiConsumer.
|
ApplicationProtocol |
Annotation class for defining the application protocol in order to connect to the server
|
Domain |
Annotation class for defining the server domain name
|
Password |
Annotation class for defining the password in order to connect to the server
|
UserAgentHeader |
Annotation class for defining the user agent header sent along with all requests to the server
|
Username |
Annotation class for defining the username in order to connect to the server
|