| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
SearchCustomersResponse |
DefaultCustomersApi.searchCustomers(SearchCustomersRequest body)
Searches the customer profiles associated with a Square account using a supported query
filter.
|
SearchCustomersResponse |
CustomersApi.searchCustomers(SearchCustomersRequest body)
Searches the customer profiles associated with a Square account using a supported query
filter.
|
CompletableFuture<SearchCustomersResponse> |
DefaultCustomersApi.searchCustomersAsync(SearchCustomersRequest body)
Searches the customer profiles associated with a Square account using a supported query
filter.
|
CompletableFuture<SearchCustomersResponse> |
CustomersApi.searchCustomersAsync(SearchCustomersRequest body)
Searches the customer profiles associated with a Square account using a supported query
filter.
|
| Modifier and Type | Method and Description |
|---|---|
SearchCustomersRequest |
SearchCustomersRequest.Builder.build()
Builds a new
SearchCustomersRequest object using the set fields. |
Copyright © 2022. All rights reserved.