| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListPaymentsResponse |
PaymentsApi.listPayments(String beginTime,
String endTime,
String sortOrder,
String cursor,
String locationId,
Long total,
String last4,
String cardBrand,
Integer limit)
Retrieves a list of payments taken by the account making the request.
|
ListPaymentsResponse |
DefaultPaymentsApi.listPayments(String beginTime,
String endTime,
String sortOrder,
String cursor,
String locationId,
Long total,
String last4,
String cardBrand,
Integer limit)
Retrieves a list of payments taken by the account making the request.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListPaymentsResponse> |
PaymentsApi.listPaymentsAsync(String beginTime,
String endTime,
String sortOrder,
String cursor,
String locationId,
Long total,
String last4,
String cardBrand,
Integer limit)
Retrieves a list of payments taken by the account making the request.
|
CompletableFuture<ListPaymentsResponse> |
DefaultPaymentsApi.listPaymentsAsync(String beginTime,
String endTime,
String sortOrder,
String cursor,
String locationId,
Long total,
String last4,
String cardBrand,
Integer limit)
Retrieves a list of payments taken by the account making the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListPaymentsResponse |
ListPaymentsResponse.Builder.build()
Builds a new
ListPaymentsResponse object using the set fields. |
Copyright © 2022. All rights reserved.