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