- ParamsMap - Class in com.mambu.apisdk.util
-
Utility class responsible for the creation and the formatting of a map of URL parameters.
- ParamsMap() - Constructor for class com.mambu.apisdk.util.ParamsMap
-
Class constructor (only for serialization)
- Password - Annotation Type in com.mambu.apisdk.model
-
Annotation class for defining the password in order to connect to the server
- patchClient(Client) - Method in class com.mambu.apisdk.services.ClientsService
-
Patch client fields
- patchClient(Client, String) - Method in class com.mambu.apisdk.services.ClientsService
-
Patch client fields
- patchClientState(String, ClientState) - Method in class com.mambu.apisdk.services.ClientsService
-
Convenience method to Patch client state
- patchGroup(Group) - Method in class com.mambu.apisdk.services.ClientsService
-
Patch Group fields.
- patchGroup(GroupExpanded) - Method in class com.mambu.apisdk.services.ClientsService
-
Patches Group fields through GroupExpanded.
- patchLinesOfCredit(LineOfCredit) - Method in class com.mambu.apisdk.services.LinesOfCreditService
-
Patches a line of credit.
- patchLoanAccount(LoanAccount) - Method in class com.mambu.apisdk.services.LoansService
-
Update loan terms for an existent LoanAccount This API allows updating LoanAccount terms only.
- patchSavingsAccount(SavingsAccount) - Method in class com.mambu.apisdk.services.SavingsService
-
Update savings terms for an existent savings account This API allows updating SavingsAccount terms only.
- PAYMENT_METHOD - Static variable in class com.mambu.apisdk.util.APIData
-
- PENALTY_RATE - Static variable in class com.mambu.apisdk.util.APIData
-
- PERCENTAGE - Static variable in class com.mambu.apisdk.util.APIData
-
- PERIODIC_PAYMENT - Static variable in class com.mambu.apisdk.util.APIData
-
- postGLJournalEntries(List<ApiGLJournalEntry>, String, String, String) - Method in class com.mambu.apisdk.services.AccountingService
-
Post GL Journal Entries
- postGLJournalEntries(List<ApiGLJournalEntry>, String, String, String, String) - Method in class com.mambu.apisdk.services.AccountingService
-
Post GL Journal Entries
- postIndexInterestRate(String, IndexRate) - Method in class com.mambu.apisdk.services.OrganizationService
-
Post Index Interest Rate
- postInterestRateChange(String, JSONTransactionRequest) - Method in class com.mambu.apisdk.services.LoansService
-
Convenience method for updating/changing the interest rate on a loan account.
- postLoanAccountRestructureAction(String, JSONRestructureEntity) - Method in class com.mambu.apisdk.services.LoansService
-
POST action for loan account.
- postPaymentMade(String, JSONTransactionRequest) - Method in class com.mambu.apisdk.services.LoansService
-
Convenience method for posting a payment made transaction on a loan account.
- PREFERRED_LANGUAGE - Static variable in class com.mambu.apisdk.util.APIData
-
- PRINCIPAL_PAYMENT_SETTINGS - Static variable in class com.mambu.apisdk.util.APIData
-
- PRNICIPAL_REPAYMENT_INTERVAL - Static variable in class com.mambu.apisdk.util.APIData
-
- PROFILE_PICTURE - Static variable in class com.mambu.apisdk.util.APIData
-
- Protocol - Enum in com.mambu.apisdk.model
-
Enum that stores application protocols that can be used within the project.