| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListPaymentRefundsResponse |
DefaultRefundsApi.listPaymentRefunds(String beginTime,
String endTime,
String sortOrder,
String cursor,
String locationId,
String status,
String sourceType,
Integer limit)
Retrieves a list of refunds for the account making the request.
|
ListPaymentRefundsResponse |
RefundsApi.listPaymentRefunds(String beginTime,
String endTime,
String sortOrder,
String cursor,
String locationId,
String status,
String sourceType,
Integer limit)
Retrieves a list of refunds for the account making the request.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListPaymentRefundsResponse> |
DefaultRefundsApi.listPaymentRefundsAsync(String beginTime,
String endTime,
String sortOrder,
String cursor,
String locationId,
String status,
String sourceType,
Integer limit)
Retrieves a list of refunds for the account making the request.
|
CompletableFuture<ListPaymentRefundsResponse> |
RefundsApi.listPaymentRefundsAsync(String beginTime,
String endTime,
String sortOrder,
String cursor,
String locationId,
String status,
String sourceType,
Integer limit)
Retrieves a list of refunds for the account making the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListPaymentRefundsResponse |
ListPaymentRefundsResponse.Builder.build()
Builds a new
ListPaymentRefundsResponse object using the set fields. |
Copyright © 2022. All rights reserved.