| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
RetrieveDisputeEvidenceResponse |
DisputesApi.retrieveDisputeEvidence(String disputeId,
String evidenceId)
Returns the metadata for the evidence specified in the request URL path.
|
RetrieveDisputeEvidenceResponse |
DefaultDisputesApi.retrieveDisputeEvidence(String disputeId,
String evidenceId)
Returns the metadata for the evidence specified in the request URL path.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<RetrieveDisputeEvidenceResponse> |
DisputesApi.retrieveDisputeEvidenceAsync(String disputeId,
String evidenceId)
Returns the metadata for the evidence specified in the request URL path.
|
CompletableFuture<RetrieveDisputeEvidenceResponse> |
DefaultDisputesApi.retrieveDisputeEvidenceAsync(String disputeId,
String evidenceId)
Returns the metadata for the evidence specified in the request URL path.
|
| Modifier and Type | Method and Description |
|---|---|
RetrieveDisputeEvidenceResponse |
RetrieveDisputeEvidenceResponse.Builder.build()
Builds a new
RetrieveDisputeEvidenceResponse object using the set fields. |
Copyright © 2024. All rights reserved.