| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionsApi.triggerCategorization(TriggerCategorizationParams body)
Trigger categorization
Triggers finAPI's background categorization process for all uncategorized transactions of the given bank connection(s) (or of all of the user's bank connections, if no bank connection identifiers are passed).
|
com.squareup.okhttp.Call |
TransactionsApi.triggerCategorizationAsync(TriggerCategorizationParams body,
ApiCallback<Void> callback)
Trigger categorization (asynchronously)
Triggers finAPI's background categorization process for all uncategorized transactions of the given bank connection(s) (or of all of the user's bank connections, if no bank connection identifiers are passed).
|
com.squareup.okhttp.Call |
TransactionsApi.triggerCategorizationCall(TriggerCategorizationParams body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for triggerCategorization
|
ApiResponse<Void> |
TransactionsApi.triggerCategorizationWithHttpInfo(TriggerCategorizationParams body)
Trigger categorization
Triggers finAPI's background categorization process for all uncategorized transactions of the given bank connection(s) (or of all of the user's bank connections, if no bank connection identifiers are passed).
|
| Modifier and Type | Method and Description |
|---|---|
TriggerCategorizationParams |
TriggerCategorizationParams.addBankConnectionIdsItem(Long bankConnectionIdsItem) |
TriggerCategorizationParams |
TriggerCategorizationParams.bankConnectionIds(List<Long> bankConnectionIds) |
Copyright © 2018. All rights reserved.