public class ChargebackApi extends Object
| Constructor and Description |
|---|
ChargebackApi() |
ChargebackApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
EventResponse |
chargeback(Chargeback JSON)
Use chargeback to capture a chargeback reported on a transaction.
|
com.squareup.okhttp.Call |
chargebackAsync(Chargeback JSON,
ApiCallback<EventResponse> callback)
Use chargeback to capture a chargeback reported on a transaction.
|
com.squareup.okhttp.Call |
chargebackCall(Chargeback JSON,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for chargeback
|
ApiResponse<EventResponse> |
chargebackWithHttpInfo(Chargeback JSON)
Use chargeback to capture a chargeback reported on a transaction.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public ChargebackApi()
public ChargebackApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call chargebackCall(Chargeback JSON, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
JSON - Pass chargeback to thirdwatch. Only `_userID` is required field. But this should contain chargeback info. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic EventResponse chargeback(Chargeback JSON) throws ApiException
JSON - Pass chargeback to thirdwatch. Only `_userID` is required field. But this should contain chargeback info. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<EventResponse> chargebackWithHttpInfo(Chargeback JSON) throws ApiException
JSON - Pass chargeback to thirdwatch. Only `_userID` is required field. But this should contain chargeback info. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call chargebackAsync(Chargeback JSON, ApiCallback<EventResponse> callback) throws ApiException
JSON - Pass chargeback to thirdwatch. Only `_userID` is required field. But this should contain chargeback info. (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 © 2017. All rights reserved.