| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
RetrieveDisputeEvidenceResponse |
DefaultDisputesApi.retrieveDisputeEvidence(String disputeId,
String evidenceId)
Returns the evidence metadata specified by the evidence ID in the request URL path You must
maintain a copy of the evidence you upload if you want to reference it later.
|
RetrieveDisputeEvidenceResponse |
DisputesApi.retrieveDisputeEvidence(String disputeId,
String evidenceId)
Returns the evidence metadata specified by the evidence ID in the request URL path You must
maintain a copy of the evidence you upload if you want to reference it later.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<RetrieveDisputeEvidenceResponse> |
DefaultDisputesApi.retrieveDisputeEvidenceAsync(String disputeId,
String evidenceId)
Returns the evidence metadata specified by the evidence ID in the request URL path You must
maintain a copy of the evidence you upload if you want to reference it later.
|
CompletableFuture<RetrieveDisputeEvidenceResponse> |
DisputesApi.retrieveDisputeEvidenceAsync(String disputeId,
String evidenceId)
Returns the evidence metadata specified by the evidence ID in the request URL path You must
maintain a copy of the evidence you upload if you want to reference it later.
|
| Modifier and Type | Method and Description |
|---|---|
RetrieveDisputeEvidenceResponse |
RetrieveDisputeEvidenceResponse.Builder.build()
Builds a new
RetrieveDisputeEvidenceResponse object using the set fields. |
Copyright © 2022. All rights reserved.