| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
RetrieveCustomerGroupResponse |
DefaultCustomerGroupsApi.retrieveCustomerGroup(String groupId)
Retrieves a specific customer group as identified by the `group_id` value.
|
RetrieveCustomerGroupResponse |
CustomerGroupsApi.retrieveCustomerGroup(String groupId)
Retrieves a specific customer group as identified by the `group_id` value.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<RetrieveCustomerGroupResponse> |
DefaultCustomerGroupsApi.retrieveCustomerGroupAsync(String groupId)
Retrieves a specific customer group as identified by the `group_id` value.
|
CompletableFuture<RetrieveCustomerGroupResponse> |
CustomerGroupsApi.retrieveCustomerGroupAsync(String groupId)
Retrieves a specific customer group as identified by the `group_id` value.
|
| Modifier and Type | Method and Description |
|---|---|
RetrieveCustomerGroupResponse |
RetrieveCustomerGroupResponse.Builder.build()
Builds a new
RetrieveCustomerGroupResponse object using the set fields. |
Copyright © 2022. All rights reserved.