| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CancelTerminalRefundResponse |
DefaultTerminalApi.cancelTerminalRefund(String terminalRefundId)
Cancels an Interac Terminal refund request by refund request ID if the status of the request
permits it.
|
CancelTerminalRefundResponse |
TerminalApi.cancelTerminalRefund(String terminalRefundId)
Cancels an Interac Terminal refund request by refund request ID if the status of the request
permits it.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CancelTerminalRefundResponse> |
DefaultTerminalApi.cancelTerminalRefundAsync(String terminalRefundId)
Cancels an Interac Terminal refund request by refund request ID if the status of the request
permits it.
|
CompletableFuture<CancelTerminalRefundResponse> |
TerminalApi.cancelTerminalRefundAsync(String terminalRefundId)
Cancels an Interac Terminal refund request by refund request ID if the status of the request
permits it.
|
| Modifier and Type | Method and Description |
|---|---|
CancelTerminalRefundResponse |
CancelTerminalRefundResponse.Builder.build()
Builds a new
CancelTerminalRefundResponse object using the set fields. |
Copyright © 2022. All rights reserved.