| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
PayOrderResponse |
OrdersApi.payOrder(String orderId,
PayOrderRequest body)
Pay for an [order]($m/Order) using one or more approved [payments]($m/Payment) or settle an
order with a total of `0`.
|
PayOrderResponse |
DefaultOrdersApi.payOrder(String orderId,
PayOrderRequest body)
Pay for an [order]($m/Order) using one or more approved [payments]($m/Payment) or settle an
order with a total of `0`.
|
CompletableFuture<PayOrderResponse> |
OrdersApi.payOrderAsync(String orderId,
PayOrderRequest body)
Pay for an [order]($m/Order) using one or more approved [payments]($m/Payment) or settle an
order with a total of `0`.
|
CompletableFuture<PayOrderResponse> |
DefaultOrdersApi.payOrderAsync(String orderId,
PayOrderRequest body)
Pay for an [order]($m/Order) using one or more approved [payments]($m/Payment) or settle an
order with a total of `0`.
|
| Modifier and Type | Method and Description |
|---|---|
PayOrderRequest |
PayOrderRequest.Builder.build()
Builds a new
PayOrderRequest object using the set fields. |
Copyright © 2022. All rights reserved.