| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CreateTerminalActionResponse |
DefaultTerminalApi.createTerminalAction(CreateTerminalActionRequest body)
Creates a Terminal action request and sends it to the specified device to take a payment for
the requested amount.
|
CreateTerminalActionResponse |
TerminalApi.createTerminalAction(CreateTerminalActionRequest body)
Creates a Terminal action request and sends it to the specified device to take a payment for
the requested amount.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CreateTerminalActionResponse> |
DefaultTerminalApi.createTerminalActionAsync(CreateTerminalActionRequest body)
Creates a Terminal action request and sends it to the specified device to take a payment for
the requested amount.
|
CompletableFuture<CreateTerminalActionResponse> |
TerminalApi.createTerminalActionAsync(CreateTerminalActionRequest body)
Creates a Terminal action request and sends it to the specified device to take a payment for
the requested amount.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTerminalActionResponse |
CreateTerminalActionResponse.Builder.build()
Builds a new
CreateTerminalActionResponse object using the set fields. |
Copyright © 2022. All rights reserved.