| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
DeleteLocationCustomAttributeResponse |
DefaultLocationCustomAttributesApi.deleteLocationCustomAttribute(String locationId,
String key)
Deletes a [custom attribute]($m/CustomAttribute) associated with a location.
|
DeleteLocationCustomAttributeResponse |
LocationCustomAttributesApi.deleteLocationCustomAttribute(String locationId,
String key)
Deletes a [custom attribute]($m/CustomAttribute) associated with a location.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<DeleteLocationCustomAttributeResponse> |
DefaultLocationCustomAttributesApi.deleteLocationCustomAttributeAsync(String locationId,
String key)
Deletes a [custom attribute]($m/CustomAttribute) associated with a location.
|
CompletableFuture<DeleteLocationCustomAttributeResponse> |
LocationCustomAttributesApi.deleteLocationCustomAttributeAsync(String locationId,
String key)
Deletes a [custom attribute]($m/CustomAttribute) associated with a location.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteLocationCustomAttributeResponse |
DeleteLocationCustomAttributeResponse.Builder.build()
Builds a new
DeleteLocationCustomAttributeResponse object using the set fields. |
Copyright © 2023. All rights reserved.