| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
UpdateCustomerCustomAttributeDefinitionResponse |
DefaultCustomerCustomAttributesApi.updateCustomerCustomAttributeDefinition(String key,
UpdateCustomerCustomAttributeDefinitionRequest body)
Updates a customer-related [custom attribute definition]($m/CustomAttributeDefinition) for a
Square seller account.
|
UpdateCustomerCustomAttributeDefinitionResponse |
CustomerCustomAttributesApi.updateCustomerCustomAttributeDefinition(String key,
UpdateCustomerCustomAttributeDefinitionRequest body)
Updates a customer-related [custom attribute definition]($m/CustomAttributeDefinition) for a
Square seller account.
|
CompletableFuture<UpdateCustomerCustomAttributeDefinitionResponse> |
DefaultCustomerCustomAttributesApi.updateCustomerCustomAttributeDefinitionAsync(String key,
UpdateCustomerCustomAttributeDefinitionRequest body)
Updates a customer-related [custom attribute definition]($m/CustomAttributeDefinition) for a
Square seller account.
|
CompletableFuture<UpdateCustomerCustomAttributeDefinitionResponse> |
CustomerCustomAttributesApi.updateCustomerCustomAttributeDefinitionAsync(String key,
UpdateCustomerCustomAttributeDefinitionRequest body)
Updates a customer-related [custom attribute definition]($m/CustomAttributeDefinition) for a
Square seller account.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCustomerCustomAttributeDefinitionRequest |
UpdateCustomerCustomAttributeDefinitionRequest.Builder.build()
Builds a new
UpdateCustomerCustomAttributeDefinitionRequest object using the set
fields. |
Copyright © 2023. All rights reserved.