| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
DeleteMerchantCustomAttributeResponse |
DefaultMerchantCustomAttributesApi.deleteMerchantCustomAttribute(String merchantId,
String key)
Deletes a [custom attribute]($m/CustomAttribute) associated with a merchant.
|
DeleteMerchantCustomAttributeResponse |
MerchantCustomAttributesApi.deleteMerchantCustomAttribute(String merchantId,
String key)
Deletes a [custom attribute]($m/CustomAttribute) associated with a merchant.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<DeleteMerchantCustomAttributeResponse> |
DefaultMerchantCustomAttributesApi.deleteMerchantCustomAttributeAsync(String merchantId,
String key)
Deletes a [custom attribute]($m/CustomAttribute) associated with a merchant.
|
CompletableFuture<DeleteMerchantCustomAttributeResponse> |
MerchantCustomAttributesApi.deleteMerchantCustomAttributeAsync(String merchantId,
String key)
Deletes a [custom attribute]($m/CustomAttribute) associated with a merchant.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteMerchantCustomAttributeResponse |
DeleteMerchantCustomAttributeResponse.Builder.build()
Builds a new
DeleteMerchantCustomAttributeResponse object using the set fields. |
Copyright © 2024. All rights reserved.