- DATABASE - Static variable in class com.mambu.apisdk.util.APIData
-
- DatabaseBackup - Class in com.mambu.apisdk.model
-
Wrapper class, used to hold the content of a DB backup as a ByteArrayOutputStream.
- DatabaseBackup() - Constructor for class com.mambu.apisdk.model.DatabaseBackup
-
- DatabaseBackupRequest - Class in com.mambu.apisdk.model
-
Wrapper class used in the hold the request details for backup database API call.
- DatabaseBackupRequest() - Constructor for class com.mambu.apisdk.model.DatabaseBackupRequest
-
- DatabaseBackupResponse - Class in com.mambu.apisdk.model
-
Wrapper class used in the hold the response details for backup database API call.
- DatabaseBackupResponse() - Constructor for class com.mambu.apisdk.model.DatabaseBackupResponse
-
- DatabaseService - Class in com.mambu.apisdk.services
-
Service class which handles the API operations available for the database management (e.g.
- DatabaseService(MambuAPIService) - Constructor for class com.mambu.apisdk.services.DatabaseService
-
Create a new Database service
- DATE - Static variable in class com.mambu.apisdk.util.APIData
-
- DATE_FORMAT - Static variable in class com.mambu.apisdk.util.DateUtils
-
- DateUtils - Class in com.mambu.apisdk.util
-
Formats date classes into the ISO standard
- DateUtils() - Constructor for class com.mambu.apisdk.util.DateUtils
-
- DEBIT_ACCOUNT - Static variable in class com.mambu.apisdk.util.APIData
-
- DEBIT_AMOUNT - Static variable in class com.mambu.apisdk.util.APIData
-
- DEFAULT_USER_AGENT_HEADER_VALUE - Static variable in class com.mambu.apisdk.MambuAPIFactory
-
- defaultDateTimeFormat - Static variable in class com.mambu.apisdk.util.GsonUtils
-
- delete(MambuEntityType, String, CustomFieldValue) - Method in class com.mambu.apisdk.services.CustomFieldValueService
-
Delete custom field value for a Mambu parent entity
- delete(MambuEntityType, String, MambuEntityType, String, CustomFieldValue) - Method in class com.mambu.apisdk.services.CustomFieldValueService
-
Delete custom field value for owned entity.
- deleteAccount(String, Account.Type, String) - Method in class com.mambu.apisdk.services.LinesOfCreditService
-
Delete Account from a line of credit
- deleteClient(String) - Method in class com.mambu.apisdk.services.ClientsService
-
Delete Client.
- deleteClientProfilePicture(String) - Method in class com.mambu.apisdk.services.ClientsService
-
Delete client profile picture file
- deleteClientSignatureFile(String) - Method in class com.mambu.apisdk.services.ClientsService
-
Delete client signature file
- deleteDocument(String) - Method in class com.mambu.apisdk.services.DocumentsService
-
Delete document by its Id
- deleteEntity(MambuEntityType, String) - Method in class com.mambu.apisdk.util.ServiceExecutor
-
Delete entity
- deleteLoanAccount(String, String) - Method in class com.mambu.apisdk.services.LinesOfCreditService
-
Convenience method to Delete Loan Account from a line of credit
- deleteLoanAccount(String) - Method in class com.mambu.apisdk.services.LoansService
-
Delete Loan Account by its Id
- deleteLoanRepayment(String, String) - Method in class com.mambu.apisdk.services.RepaymentsService
-
Deletes a repayment for a supplied loan account ID and a repayment ID.
- deleteOwnedEntity(MambuEntityType, String, MambuEntityType, String) - Method in class com.mambu.apisdk.util.ServiceExecutor
-
Delete owned entity.
- deleteSavingsAccount(String, String) - Method in class com.mambu.apisdk.services.LinesOfCreditService
-
Convenience method to Delete Savings Account from a line of credit
- deleteSavingsAccount(String) - Method in class com.mambu.apisdk.services.SavingsService
-
Delete Savings Account by its Id
Note: available since Mambu 3.4 See MBU-4581 for details.
- deleteSettlementAccount(String, String) - Method in class com.mambu.apisdk.services.LoansService
-
Deletes the link between the loan account and saving account (known as settlement account)
Call: DELETE /api/loans/{LOAN_KEY}/settlementAccounts/{SAVINGS_KEY}
Sample call: DELETE /api/loans/STLACC_7832648/settlementAccounts/8a80866357976c62015798e0b60e00d0
Sample response: {"returnCode":0,"returnStatus":"SUCCESS"}
Available since Mambu 4.4
- deleteTask(String) - Method in class com.mambu.apisdk.services.TasksService
-
Delete task by its Id
- DESCRIPTION - Static variable in class com.mambu.apisdk.util.APIData
-
- disburseLoanAccount(String, Money, DisbursementDetails, String) - Method in class com.mambu.apisdk.services.LoansService
-
Convenience method to Disburse loan account using JSON Transaction and specifying Disbursement Details.
- disburseLoanAccount(String, Money, DisbursementDetails, List<CustomFieldValue>, String) - Method in class com.mambu.apisdk.services.LoansService
-
Disburse loan account using JSON disburse API request specifying disbursement details and transaction custom
information.
- DISBURSEMENT_DETAILS - Static variable in class com.mambu.apisdk.util.APIData
-
- DOCUMENTS - Static variable in class com.mambu.apisdk.util.APIData
-
- DocumentsService - Class in com.mambu.apisdk.services
-
Service class which handles API operations like uploading documents
- DocumentsService(MambuAPIService) - Constructor for class com.mambu.apisdk.services.DocumentsService
-
Create a new documents service
- DocumentTemplatesService - Class in com.mambu.apisdk.services
-
Service class which handles API operations for retrieving document templates for Mambu Entities.
- DocumentTemplatesService(MambuAPIService) - Constructor for class com.mambu.apisdk.services.DocumentTemplatesService
-
Create a new service
- Domain - Annotation Type in com.mambu.apisdk.model
-
Annotation class for defining the server domain name
- downloadLatestDbBackup() - Method in class com.mambu.apisdk.services.DatabaseService
-
Downloads the last DB backup if there is one.
- DUE_DATE - Static variable in class com.mambu.apisdk.util.APIData
-
- DUE_FROM - Static variable in class com.mambu.apisdk.util.APIData
-
- DUE_TO - Static variable in class com.mambu.apisdk.util.APIData
-