| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
DeleteMerchantCustomAttributeDefinitionResponse |
DefaultMerchantCustomAttributesApi.deleteMerchantCustomAttributeDefinition(String key)
Deletes a merchant-related [custom attribute definition]($m/CustomAttributeDefinition) from a
Square seller account.
|
DeleteMerchantCustomAttributeDefinitionResponse |
MerchantCustomAttributesApi.deleteMerchantCustomAttributeDefinition(String key)
Deletes a merchant-related [custom attribute definition]($m/CustomAttributeDefinition) from a
Square seller account.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<DeleteMerchantCustomAttributeDefinitionResponse> |
DefaultMerchantCustomAttributesApi.deleteMerchantCustomAttributeDefinitionAsync(String key)
Deletes a merchant-related [custom attribute definition]($m/CustomAttributeDefinition) from a
Square seller account.
|
CompletableFuture<DeleteMerchantCustomAttributeDefinitionResponse> |
MerchantCustomAttributesApi.deleteMerchantCustomAttributeDefinitionAsync(String key)
Deletes a merchant-related [custom attribute definition]($m/CustomAttributeDefinition) from a
Square seller account.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteMerchantCustomAttributeDefinitionResponse |
DeleteMerchantCustomAttributeDefinitionResponse.Builder.build()
Builds a new
DeleteMerchantCustomAttributeDefinitionResponse object using the set
fields. |
Copyright © 2024. All rights reserved.