| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListCustomersResponse |
DefaultCustomersApi.listCustomers(String cursor,
Integer limit,
String sortField,
String sortOrder)
Lists customer profiles associated with a Square account.
|
ListCustomersResponse |
CustomersApi.listCustomers(String cursor,
Integer limit,
String sortField,
String sortOrder)
Lists customer profiles associated with a Square account.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListCustomersResponse> |
DefaultCustomersApi.listCustomersAsync(String cursor,
Integer limit,
String sortField,
String sortOrder)
Lists customer profiles associated with a Square account.
|
CompletableFuture<ListCustomersResponse> |
CustomersApi.listCustomersAsync(String cursor,
Integer limit,
String sortField,
String sortOrder)
Lists customer profiles associated with a Square account.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomersResponse |
ListCustomersResponse.Builder.build()
Builds a new
ListCustomersResponse object using the set fields. |
Copyright © 2022. All rights reserved.