| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
V1Payment |
DefaultV1TransactionsApi.retrievePayment(String locationId,
String paymentId)
Deprecated.
|
V1Payment |
V1TransactionsApi.retrievePayment(String locationId,
String paymentId)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<V1Payment> |
DefaultV1TransactionsApi.listPayments(String locationId,
String order,
String beginTime,
String endTime,
Integer limit,
String batchToken,
Boolean includePartial)
Deprecated.
|
List<V1Payment> |
V1TransactionsApi.listPayments(String locationId,
String order,
String beginTime,
String endTime,
Integer limit,
String batchToken,
Boolean includePartial)
Deprecated.
|
CompletableFuture<List<V1Payment>> |
DefaultV1TransactionsApi.listPaymentsAsync(String locationId,
String order,
String beginTime,
String endTime,
Integer limit,
String batchToken,
Boolean includePartial)
Deprecated.
|
CompletableFuture<List<V1Payment>> |
V1TransactionsApi.listPaymentsAsync(String locationId,
String order,
String beginTime,
String endTime,
Integer limit,
String batchToken,
Boolean includePartial)
Deprecated.
|
CompletableFuture<V1Payment> |
DefaultV1TransactionsApi.retrievePaymentAsync(String locationId,
String paymentId)
Deprecated.
|
CompletableFuture<V1Payment> |
V1TransactionsApi.retrievePaymentAsync(String locationId,
String paymentId)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
V1Payment |
V1Payment.Builder.build()
Builds a new
V1Payment object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<V1Payment> |
V1ListPaymentsResponse.getItems()
Getter for Items.
|
| Modifier and Type | Method and Description |
|---|---|
V1ListPaymentsResponse.Builder |
V1ListPaymentsResponse.Builder.items(List<V1Payment> items)
Setter for items.
|
| Constructor and Description |
|---|
V1ListPaymentsResponse(List<V1Payment> items)
Initialization constructor.
|
Copyright © 2022. All rights reserved.