| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CreateOrderResponse |
OrdersApi.createOrder(CreateOrderRequest body)
Creates a new [order]($m/Order) that can include information about products for purchase and
settings to apply to the purchase.
|
CreateOrderResponse |
DefaultOrdersApi.createOrder(CreateOrderRequest body)
Creates a new [order]($m/Order) that can include information about products for purchase and
settings to apply to the purchase.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CreateOrderResponse> |
OrdersApi.createOrderAsync(CreateOrderRequest body)
Creates a new [order]($m/Order) that can include information about products for purchase and
settings to apply to the purchase.
|
CompletableFuture<CreateOrderResponse> |
DefaultOrdersApi.createOrderAsync(CreateOrderRequest body)
Creates a new [order]($m/Order) that can include information about products for purchase and
settings to apply to the purchase.
|
| Modifier and Type | Method and Description |
|---|---|
CreateOrderResponse |
CreateOrderResponse.Builder.build()
Builds a new
CreateOrderResponse object using the set fields. |
Copyright © 2022. All rights reserved.