| Package | Description |
|---|---|
| ai.thirdwatch.api | |
| ai.thirdwatch.model |
| Modifier and Type | Method and Description |
|---|---|
EventResponse |
ChargebackApi.chargeback(Chargeback JSON)
Use chargeback to capture a chargeback reported on a transaction.
|
com.squareup.okhttp.Call |
ChargebackApi.chargebackAsync(Chargeback JSON,
ApiCallback<EventResponse> callback)
Use chargeback to capture a chargeback reported on a transaction.
|
com.squareup.okhttp.Call |
ChargebackApi.chargebackCall(Chargeback JSON,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for chargeback
|
ApiResponse<EventResponse> |
ChargebackApi.chargebackWithHttpInfo(Chargeback JSON)
Use chargeback to capture a chargeback reported on a transaction.
|
| Modifier and Type | Method and Description |
|---|---|
Chargeback |
Chargeback.chargebackReason(String chargebackReason) |
Chargeback |
Chargeback.chargebackState(String chargebackState) |
Chargeback |
Chargeback.customInfo(CustomInfo customInfo) |
Chargeback |
Chargeback.orderId(String orderId) |
Chargeback |
Chargeback.sessionId(String sessionId) |
Chargeback |
Chargeback.transactionId(String transactionId) |
Chargeback |
Chargeback.userId(String userId) |
Copyright © 2017. All rights reserved.