| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
DeleteLocationCustomAttributeDefinitionResponse |
DefaultLocationCustomAttributesApi.deleteLocationCustomAttributeDefinition(String key)
Deletes a location-related [custom attribute definition]($m/CustomAttributeDefinition) from a
Square seller account.
|
DeleteLocationCustomAttributeDefinitionResponse |
LocationCustomAttributesApi.deleteLocationCustomAttributeDefinition(String key)
Deletes a location-related [custom attribute definition]($m/CustomAttributeDefinition) from a
Square seller account.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<DeleteLocationCustomAttributeDefinitionResponse> |
DefaultLocationCustomAttributesApi.deleteLocationCustomAttributeDefinitionAsync(String key)
Deletes a location-related [custom attribute definition]($m/CustomAttributeDefinition) from a
Square seller account.
|
CompletableFuture<DeleteLocationCustomAttributeDefinitionResponse> |
LocationCustomAttributesApi.deleteLocationCustomAttributeDefinitionAsync(String key)
Deletes a location-related [custom attribute definition]($m/CustomAttributeDefinition) from a
Square seller account.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteLocationCustomAttributeDefinitionResponse |
DeleteLocationCustomAttributeDefinitionResponse.Builder.build()
Builds a new
DeleteLocationCustomAttributeDefinitionResponse object using the set
fields. |
Copyright © 2023. All rights reserved.