| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListLocationCustomAttributeDefinitionsResponse |
DefaultLocationCustomAttributesApi.listLocationCustomAttributeDefinitions(String visibilityFilter,
Integer limit,
String cursor)
Lists the location-related [custom attribute definitions]($m/CustomAttributeDefinition) that
belong to a Square seller account.
|
ListLocationCustomAttributeDefinitionsResponse |
LocationCustomAttributesApi.listLocationCustomAttributeDefinitions(String visibilityFilter,
Integer limit,
String cursor)
Lists the location-related [custom attribute definitions]($m/CustomAttributeDefinition) that
belong to a Square seller account.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListLocationCustomAttributeDefinitionsResponse> |
DefaultLocationCustomAttributesApi.listLocationCustomAttributeDefinitionsAsync(String visibilityFilter,
Integer limit,
String cursor)
Lists the location-related [custom attribute definitions]($m/CustomAttributeDefinition) that
belong to a Square seller account.
|
CompletableFuture<ListLocationCustomAttributeDefinitionsResponse> |
LocationCustomAttributesApi.listLocationCustomAttributeDefinitionsAsync(String visibilityFilter,
Integer limit,
String cursor)
Lists the location-related [custom attribute definitions]($m/CustomAttributeDefinition) that
belong to a Square seller account.
|
| Modifier and Type | Method and Description |
|---|---|
ListLocationCustomAttributeDefinitionsResponse |
ListLocationCustomAttributeDefinitionsResponse.Builder.build()
Builds a new
ListLocationCustomAttributeDefinitionsResponse object using the set
fields. |
Copyright © 2023. All rights reserved.