| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CancelPaymentResponse |
PaymentsApi.cancelPayment(String paymentId)
Cancels (voids) a payment.
|
CancelPaymentResponse |
DefaultPaymentsApi.cancelPayment(String paymentId)
Cancels (voids) a payment.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CancelPaymentResponse> |
PaymentsApi.cancelPaymentAsync(String paymentId)
Cancels (voids) a payment.
|
CompletableFuture<CancelPaymentResponse> |
DefaultPaymentsApi.cancelPaymentAsync(String paymentId)
Cancels (voids) a payment.
|
| Modifier and Type | Method and Description |
|---|---|
CancelPaymentResponse |
CancelPaymentResponse.Builder.build()
Builds a new
CancelPaymentResponse object using the set fields. |
Copyright © 2022. All rights reserved.