| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2002 |
PaymentApi.getPayment(String id)
Retrieve a Payment
Include the payment ID in the GET request to retrieve the payment details.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<InlineResponse2002> |
PaymentApi.getPaymentWithHttpInfo(String id)
Retrieve a Payment
Include the payment ID in the GET request to retrieve the payment details.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
PaymentApi.getPaymentAsync(String id,
ApiCallback<InlineResponse2002> callback)
Retrieve a Payment (asynchronously)
Include the payment ID in the GET request to retrieve the payment details.
|
Copyright © 2018. All rights reserved.