| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
DismissTerminalRefundResponse |
DefaultTerminalApi.dismissTerminalRefund(String terminalRefundId)
Dismisses a Terminal refund request if the status and type of the request permits it.
|
DismissTerminalRefundResponse |
TerminalApi.dismissTerminalRefund(String terminalRefundId)
Dismisses a Terminal refund request if the status and type of the request permits it.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<DismissTerminalRefundResponse> |
DefaultTerminalApi.dismissTerminalRefundAsync(String terminalRefundId)
Dismisses a Terminal refund request if the status and type of the request permits it.
|
CompletableFuture<DismissTerminalRefundResponse> |
TerminalApi.dismissTerminalRefundAsync(String terminalRefundId)
Dismisses a Terminal refund request if the status and type of the request permits it.
|
| Modifier and Type | Method and Description |
|---|---|
DismissTerminalRefundResponse |
DismissTerminalRefundResponse.Builder.build()
Builds a new
DismissTerminalRefundResponse object using the set fields. |
Copyright © 2024. All rights reserved.