| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListCustomerGroupsResponse |
DefaultCustomerGroupsApi.listCustomerGroups(String cursor,
Integer limit)
Retrieves the list of customer groups of a business.
|
ListCustomerGroupsResponse |
CustomerGroupsApi.listCustomerGroups(String cursor,
Integer limit)
Retrieves the list of customer groups of a business.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListCustomerGroupsResponse> |
DefaultCustomerGroupsApi.listCustomerGroupsAsync(String cursor,
Integer limit)
Retrieves the list of customer groups of a business.
|
CompletableFuture<ListCustomerGroupsResponse> |
CustomerGroupsApi.listCustomerGroupsAsync(String cursor,
Integer limit)
Retrieves the list of customer groups of a business.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomerGroupsResponse |
ListCustomerGroupsResponse.Builder.build()
Builds a new
ListCustomerGroupsResponse object using the set fields. |
Copyright © 2022. All rights reserved.