| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
GetPaymentRefundResponse |
DefaultRefundsApi.getPaymentRefund(String refundId)
Retrieves a specific refund using the `refund_id`.
|
GetPaymentRefundResponse |
RefundsApi.getPaymentRefund(String refundId)
Retrieves a specific refund using the `refund_id`.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<GetPaymentRefundResponse> |
DefaultRefundsApi.getPaymentRefundAsync(String refundId)
Retrieves a specific refund using the `refund_id`.
|
CompletableFuture<GetPaymentRefundResponse> |
RefundsApi.getPaymentRefundAsync(String refundId)
Retrieves a specific refund using the `refund_id`.
|
| Modifier and Type | Method and Description |
|---|---|
GetPaymentRefundResponse |
GetPaymentRefundResponse.Builder.build()
Builds a new
GetPaymentRefundResponse object using the set fields. |
Copyright © 2022. All rights reserved.