| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2005 |
RefundApi.getRefund(String id)
Retrieve a Refund
Include the refund ID in the GET request to to retrieve the refund details.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<InlineResponse2005> |
RefundApi.getRefundWithHttpInfo(String id)
Retrieve a Refund
Include the refund ID in the GET request to to retrieve the refund details.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
RefundApi.getRefundAsync(String id,
ApiCallback<InlineResponse2005> callback)
Retrieve a Refund (asynchronously)
Include the refund ID in the GET request to to retrieve the refund details.
|
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2005 |
InlineResponse2005.clientReferenceInformation(InlineResponse201ClientReferenceInformation clientReferenceInformation) |
InlineResponse2005 |
InlineResponse2005.id(String id) |
InlineResponse2005 |
InlineResponse2005.links(InlineResponse2013Links links) |
InlineResponse2005 |
InlineResponse2005.reconciliationId(String reconciliationId) |
InlineResponse2005 |
InlineResponse2005.refundAmountDetails(InlineResponse2013RefundAmountDetails refundAmountDetails) |
InlineResponse2005 |
InlineResponse2005.status(InlineResponse2005.StatusEnum status) |
InlineResponse2005 |
InlineResponse2005.submitTimeUtc(String submitTimeUtc) |
Copyright © 2018. All rights reserved.