| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
V1Settlement |
DefaultV1TransactionsApi.retrieveSettlement(String locationId,
String settlementId)
Deprecated.
|
V1Settlement |
V1TransactionsApi.retrieveSettlement(String locationId,
String settlementId)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<V1Settlement> |
DefaultV1TransactionsApi.listSettlements(String locationId,
String order,
String beginTime,
String endTime,
Integer limit,
String status,
String batchToken)
Deprecated.
|
List<V1Settlement> |
V1TransactionsApi.listSettlements(String locationId,
String order,
String beginTime,
String endTime,
Integer limit,
String status,
String batchToken)
Deprecated.
|
CompletableFuture<List<V1Settlement>> |
DefaultV1TransactionsApi.listSettlementsAsync(String locationId,
String order,
String beginTime,
String endTime,
Integer limit,
String status,
String batchToken)
Deprecated.
|
CompletableFuture<List<V1Settlement>> |
V1TransactionsApi.listSettlementsAsync(String locationId,
String order,
String beginTime,
String endTime,
Integer limit,
String status,
String batchToken)
Deprecated.
|
CompletableFuture<V1Settlement> |
DefaultV1TransactionsApi.retrieveSettlementAsync(String locationId,
String settlementId)
Deprecated.
|
CompletableFuture<V1Settlement> |
V1TransactionsApi.retrieveSettlementAsync(String locationId,
String settlementId)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
V1Settlement |
V1Settlement.Builder.build()
Builds a new
V1Settlement object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<V1Settlement> |
V1ListSettlementsResponse.getItems()
Getter for Items.
|
| Modifier and Type | Method and Description |
|---|---|
V1ListSettlementsResponse.Builder |
V1ListSettlementsResponse.Builder.items(List<V1Settlement> items)
Setter for items.
|
| Constructor and Description |
|---|
V1ListSettlementsResponse(List<V1Settlement> items)
Initialization constructor.
|
Copyright © 2022. All rights reserved.