| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
GetPaymentResponse |
PaymentsApi.getPayment(String paymentId)
Retrieves details for a specific payment.
|
GetPaymentResponse |
DefaultPaymentsApi.getPayment(String paymentId)
Retrieves details for a specific payment.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<GetPaymentResponse> |
PaymentsApi.getPaymentAsync(String paymentId)
Retrieves details for a specific payment.
|
CompletableFuture<GetPaymentResponse> |
DefaultPaymentsApi.getPaymentAsync(String paymentId)
Retrieves details for a specific payment.
|
| Modifier and Type | Method and Description |
|---|---|
GetPaymentResponse |
GetPaymentResponse.Builder.build()
Builds a new
GetPaymentResponse object using the set fields. |
Copyright © 2022. All rights reserved.