| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
GetTerminalRefundResponse |
DefaultTerminalApi.getTerminalRefund(String terminalRefundId)
Retrieves an Interac Terminal refund object by ID.
|
GetTerminalRefundResponse |
TerminalApi.getTerminalRefund(String terminalRefundId)
Retrieves an Interac Terminal refund object by ID.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<GetTerminalRefundResponse> |
DefaultTerminalApi.getTerminalRefundAsync(String terminalRefundId)
Retrieves an Interac Terminal refund object by ID.
|
CompletableFuture<GetTerminalRefundResponse> |
TerminalApi.getTerminalRefundAsync(String terminalRefundId)
Retrieves an Interac Terminal refund object by ID.
|
| Modifier and Type | Method and Description |
|---|---|
GetTerminalRefundResponse |
GetTerminalRefundResponse.Builder.build()
Builds a new
GetTerminalRefundResponse object using the set fields. |
Copyright © 2022. All rights reserved.