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