| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2015 |
VoidApi.getVoid(String id)
Retrieve A Void
Include the void ID in the GET request to retrieve the void details.
|
InlineResponse2015 |
VoidApi.voidCapture(VoidCaptureRequest voidCaptureRequest,
String id)
Void a Capture
Include the capture ID in the POST request to cancel the capture.
|
InlineResponse2015 |
VoidApi.voidCredit(VoidCreditRequest voidCreditRequest,
String id)
Void a Credit
Include the credit ID in the POST request to cancel the credit.
|
InlineResponse2015 |
VoidApi.voidPayment(VoidPaymentRequest voidPaymentRequest,
String id)
Void a Payment
Include the payment ID in the POST request to cancel the payment.
|
InlineResponse2015 |
VoidApi.voidRefund(VoidRefundRequest voidRefundRequest,
String id)
Void a Refund
Include the refund ID in the POST request to cancel the refund.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<InlineResponse2015> |
VoidApi.getVoidWithHttpInfo(String id)
Retrieve A Void
Include the void ID in the GET request to retrieve the void details.
|
ApiResponse<InlineResponse2015> |
VoidApi.voidCaptureWithHttpInfo(VoidCaptureRequest voidCaptureRequest,
String id)
Void a Capture
Include the capture ID in the POST request to cancel the capture.
|
ApiResponse<InlineResponse2015> |
VoidApi.voidCreditWithHttpInfo(VoidCreditRequest voidCreditRequest,
String id)
Void a Credit
Include the credit ID in the POST request to cancel the credit.
|
ApiResponse<InlineResponse2015> |
VoidApi.voidPaymentWithHttpInfo(VoidPaymentRequest voidPaymentRequest,
String id)
Void a Payment
Include the payment ID in the POST request to cancel the payment.
|
ApiResponse<InlineResponse2015> |
VoidApi.voidRefundWithHttpInfo(VoidRefundRequest voidRefundRequest,
String id)
Void a Refund
Include the refund ID in the POST request to cancel the refund.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
VoidApi.getVoidAsync(String id,
ApiCallback<InlineResponse2015> callback)
Retrieve A Void (asynchronously)
Include the void ID in the GET request to retrieve the void details.
|
com.squareup.okhttp.Call |
VoidApi.voidCaptureAsync(VoidCaptureRequest voidCaptureRequest,
String id,
ApiCallback<InlineResponse2015> callback)
Void a Capture (asynchronously)
Include the capture ID in the POST request to cancel the capture.
|
com.squareup.okhttp.Call |
VoidApi.voidCreditAsync(VoidCreditRequest voidCreditRequest,
String id,
ApiCallback<InlineResponse2015> callback)
Void a Credit (asynchronously)
Include the credit ID in the POST request to cancel the credit.
|
com.squareup.okhttp.Call |
VoidApi.voidPaymentAsync(VoidPaymentRequest voidPaymentRequest,
String id,
ApiCallback<InlineResponse2015> callback)
Void a Payment (asynchronously)
Include the payment ID in the POST request to cancel the payment.
|
com.squareup.okhttp.Call |
VoidApi.voidRefundAsync(VoidRefundRequest voidRefundRequest,
String id,
ApiCallback<InlineResponse2015> callback)
Void a Refund (asynchronously)
Include the refund ID in the POST request to cancel the refund.
|
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2015 |
InlineResponse2015.clientReferenceInformation(InlineResponse201ClientReferenceInformation clientReferenceInformation) |
InlineResponse2015 |
InlineResponse2015.id(String id) |
InlineResponse2015 |
InlineResponse2015.links(InlineResponse201EmbeddedCaptureLinks links) |
InlineResponse2015 |
InlineResponse2015.status(InlineResponse2015.StatusEnum status) |
InlineResponse2015 |
InlineResponse2015.submitTimeUtc(String submitTimeUtc) |
InlineResponse2015 |
InlineResponse2015.voidAmountDetails(InlineResponse2015VoidAmountDetails voidAmountDetails) |
Copyright © 2018. All rights reserved.