| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CancelTerminalCheckoutResponse |
DefaultTerminalApi.cancelTerminalCheckout(String checkoutId)
Cancels a Terminal checkout request if the status of the request permits it.
|
CancelTerminalCheckoutResponse |
TerminalApi.cancelTerminalCheckout(String checkoutId)
Cancels a Terminal checkout request if the status of the request permits it.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CancelTerminalCheckoutResponse> |
DefaultTerminalApi.cancelTerminalCheckoutAsync(String checkoutId)
Cancels a Terminal checkout request if the status of the request permits it.
|
CompletableFuture<CancelTerminalCheckoutResponse> |
TerminalApi.cancelTerminalCheckoutAsync(String checkoutId)
Cancels a Terminal checkout request if the status of the request permits it.
|
| Modifier and Type | Method and Description |
|---|---|
CancelTerminalCheckoutResponse |
CancelTerminalCheckoutResponse.Builder.build()
Builds a new
CancelTerminalCheckoutResponse object using the set fields. |
Copyright © 2022. All rights reserved.