| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2012 |
CaptureApi.capturePayment(CapturePaymentRequest capturePaymentRequest,
String id)
Capture a Payment
Include the payment ID in the POST request to capture the payment amount.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<InlineResponse2012> |
CaptureApi.capturePaymentWithHttpInfo(CapturePaymentRequest capturePaymentRequest,
String id)
Capture a Payment
Include the payment ID in the POST request to capture the payment amount.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
CaptureApi.capturePaymentAsync(CapturePaymentRequest capturePaymentRequest,
String id,
ApiCallback<InlineResponse2012> callback)
Capture a Payment (asynchronously)
Include the payment ID in the POST request to capture the payment amount.
|
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2012 |
InlineResponse2012.clientReferenceInformation(InlineResponse201ClientReferenceInformation clientReferenceInformation) |
InlineResponse2012 |
InlineResponse2012.id(String id) |
InlineResponse2012 |
InlineResponse2012.links(InlineResponse2012Links links) |
InlineResponse2012 |
InlineResponse2012.orderInformation(InlineResponse2012OrderInformation orderInformation) |
InlineResponse2012 |
InlineResponse2012.processorInformation(InlineResponse2012ProcessorInformation processorInformation) |
InlineResponse2012 |
InlineResponse2012.reconciliationId(String reconciliationId) |
InlineResponse2012 |
InlineResponse2012.status(InlineResponse2012.StatusEnum status) |
InlineResponse2012 |
InlineResponse2012.submitTimeUtc(String submitTimeUtc) |
Copyright © 2018. All rights reserved.