| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2013 |
RefundApi.refundCapture(RefundCaptureRequest refundCaptureRequest,
String id)
Refund a Capture
Include the capture ID in the POST request to refund the captured amount.
|
InlineResponse2013 |
RefundApi.refundPayment(RefundPaymentRequest refundPaymentRequest,
String id)
Refund a Payment
Include the payment ID in the POST request to refund the payment amount.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<InlineResponse2013> |
RefundApi.refundCaptureWithHttpInfo(RefundCaptureRequest refundCaptureRequest,
String id)
Refund a Capture
Include the capture ID in the POST request to refund the captured amount.
|
ApiResponse<InlineResponse2013> |
RefundApi.refundPaymentWithHttpInfo(RefundPaymentRequest refundPaymentRequest,
String id)
Refund a Payment
Include the payment ID in the POST request to refund the payment amount.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
RefundApi.refundCaptureAsync(RefundCaptureRequest refundCaptureRequest,
String id,
ApiCallback<InlineResponse2013> callback)
Refund a Capture (asynchronously)
Include the capture ID in the POST request to refund the captured amount.
|
com.squareup.okhttp.Call |
RefundApi.refundPaymentAsync(RefundPaymentRequest refundPaymentRequest,
String id,
ApiCallback<InlineResponse2013> callback)
Refund a Payment (asynchronously)
Include the payment ID in the POST request to refund the payment amount.
|
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2013 |
InlineResponse2013.clientReferenceInformation(InlineResponse201ClientReferenceInformation clientReferenceInformation) |
InlineResponse2013 |
InlineResponse2013.id(String id) |
InlineResponse2013 |
InlineResponse2013.links(InlineResponse2013Links links) |
InlineResponse2013 |
InlineResponse2013.orderInformation(InlineResponse2013OrderInformation orderInformation) |
InlineResponse2013 |
InlineResponse2013.processorInformation(InlineResponse2013ProcessorInformation processorInformation) |
InlineResponse2013 |
InlineResponse2013.reconciliationId(String reconciliationId) |
InlineResponse2013 |
InlineResponse2013.refundAmountDetails(InlineResponse2013RefundAmountDetails refundAmountDetails) |
InlineResponse2013 |
InlineResponse2013.status(InlineResponse2013.StatusEnum status) |
InlineResponse2013 |
InlineResponse2013.submitTimeUtc(String submitTimeUtc) |
Copyright © 2018. All rights reserved.