| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2003 |
ReversalApi.getAuthReversal(String id)
Retrieve an Authorization Reversal
Include the authorization reversal ID in the GET request to retrieve the authorization reversal details.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<InlineResponse2003> |
ReversalApi.getAuthReversalWithHttpInfo(String id)
Retrieve an Authorization Reversal
Include the authorization reversal ID in the GET request to retrieve the authorization reversal details.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ReversalApi.getAuthReversalAsync(String id,
ApiCallback<InlineResponse2003> callback)
Retrieve an Authorization Reversal (asynchronously)
Include the authorization reversal ID in the GET request to retrieve the authorization reversal details.
|
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2003 |
InlineResponse2003.clientReferenceInformation(InlineResponse201ClientReferenceInformation clientReferenceInformation) |
InlineResponse2003 |
InlineResponse2003.id(String id) |
InlineResponse2003 |
InlineResponse2003.links(InlineResponse201EmbeddedCaptureLinks links) |
InlineResponse2003 |
InlineResponse2003.processorInformation(InlineResponse2011ProcessorInformation processorInformation) |
InlineResponse2003 |
InlineResponse2003.reconciliationId(String reconciliationId) |
InlineResponse2003 |
InlineResponse2003.reversalAmountDetails(InlineResponse2011ReversalAmountDetails reversalAmountDetails) |
InlineResponse2003 |
InlineResponse2003.status(InlineResponse2003.StatusEnum status) |
InlineResponse2003 |
InlineResponse2003.submitTimeUtc(String submitTimeUtc) |
Copyright © 2018. All rights reserved.