public class DecisionManagerApi extends Object
| Constructor and Description |
|---|
DecisionManagerApi() |
DecisionManagerApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
RiskV1DecisionsPost201Response |
createDecisionManagerCase(CreateDecisionManagerCaseRequest createDecisionManagerCaseRequest)
Create Decision Manager Case
This is the combined request to the Decision Manager Service for a transaction sent to Cybersource.
|
com.squareup.okhttp.Call |
createDecisionManagerCaseAsync(CreateDecisionManagerCaseRequest createDecisionManagerCaseRequest,
ApiCallback<RiskV1DecisionsPost201Response> callback)
Create Decision Manager Case (asynchronously)
This is the combined request to the Decision Manager Service for a transaction sent to Cybersource.
|
com.squareup.okhttp.Call |
createDecisionManagerCaseCall(CreateDecisionManagerCaseRequest createDecisionManagerCaseRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createDecisionManagerCase
|
ApiResponse<RiskV1DecisionsPost201Response> |
createDecisionManagerCaseWithHttpInfo(CreateDecisionManagerCaseRequest createDecisionManagerCaseRequest)
Create Decision Manager Case
This is the combined request to the Decision Manager Service for a transaction sent to Cybersource.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public DecisionManagerApi()
public DecisionManagerApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call createDecisionManagerCaseCall(CreateDecisionManagerCaseRequest createDecisionManagerCaseRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
createDecisionManagerCaseRequest - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic RiskV1DecisionsPost201Response createDecisionManagerCase(CreateDecisionManagerCaseRequest createDecisionManagerCaseRequest) throws ApiException
createDecisionManagerCaseRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<RiskV1DecisionsPost201Response> createDecisionManagerCaseWithHttpInfo(CreateDecisionManagerCaseRequest createDecisionManagerCaseRequest) throws ApiException
createDecisionManagerCaseRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createDecisionManagerCaseAsync(CreateDecisionManagerCaseRequest createDecisionManagerCaseRequest, ApiCallback<RiskV1DecisionsPost201Response> callback) throws ApiException
createDecisionManagerCaseRequest - (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2019. All rights reserved.