| Package | Description |
|---|---|
| com.cardpay.sdk.api | |
| com.cardpay.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<DisputeList> |
PaymentsApi.getDispute(String paymentId)
Get a list of disputes by payment id
|
retrofit2.Call<DisputeList> |
PaymentsApi.getDisputes(String requestId,
String type,
Integer maxCount,
Integer offset,
OffsetDateTime regEndTime,
OffsetDateTime regStartTime,
String sortOrder)
Get a list of disputes
|
| Modifier and Type | Method and Description |
|---|---|
DisputeList |
DisputeList.addDataItem(DisputeResponse dataItem) |
DisputeList |
DisputeList.data(List<DisputeResponse> data) |
DisputeList |
DisputeList.hasMore(Boolean hasMore) |
Copyright © 2022. All rights reserved.