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