| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CloneOrderResponse |
OrdersApi.cloneOrder(CloneOrderRequest body)
Creates a new order, in the `DRAFT` state, by duplicating an existing order.
|
CloneOrderResponse |
DefaultOrdersApi.cloneOrder(CloneOrderRequest body)
Creates a new order, in the `DRAFT` state, by duplicating an existing order.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CloneOrderResponse> |
OrdersApi.cloneOrderAsync(CloneOrderRequest body)
Creates a new order, in the `DRAFT` state, by duplicating an existing order.
|
CompletableFuture<CloneOrderResponse> |
DefaultOrdersApi.cloneOrderAsync(CloneOrderRequest body)
Creates a new order, in the `DRAFT` state, by duplicating an existing order.
|
| Modifier and Type | Method and Description |
|---|---|
CloneOrderResponse |
CloneOrderResponse.Builder.build()
Builds a new
CloneOrderResponse object using the set fields. |
Copyright © 2022. All rights reserved.