| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListCustomerCustomAttributeDefinitionsResponse |
DefaultCustomerCustomAttributesApi.listCustomerCustomAttributeDefinitions(Integer limit,
String cursor)
Lists the customer-related custom attribute definitions that belong to a Square seller
account.
|
ListCustomerCustomAttributeDefinitionsResponse |
CustomerCustomAttributesApi.listCustomerCustomAttributeDefinitions(Integer limit,
String cursor)
Lists the customer-related custom attribute definitions that belong to a Square seller
account.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListCustomerCustomAttributeDefinitionsResponse> |
DefaultCustomerCustomAttributesApi.listCustomerCustomAttributeDefinitionsAsync(Integer limit,
String cursor)
Lists the customer-related custom attribute definitions that belong to a Square seller
account.
|
CompletableFuture<ListCustomerCustomAttributeDefinitionsResponse> |
CustomerCustomAttributesApi.listCustomerCustomAttributeDefinitionsAsync(Integer limit,
String cursor)
Lists the customer-related custom attribute definitions that belong to a Square seller
account.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomerCustomAttributeDefinitionsResponse |
ListCustomerCustomAttributeDefinitionsResponse.Builder.build()
Builds a new
ListCustomerCustomAttributeDefinitionsResponse object using the set
fields. |
Copyright © 2022. All rights reserved.