| 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 for a Square seller account.
|
UpdateCustomerCustomAttributeDefinitionResponse |
CustomerCustomAttributesApi.updateCustomerCustomAttributeDefinition(String key,
UpdateCustomerCustomAttributeDefinitionRequest body)
Updates a customer-related custom attribute definition for a Square seller account.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<UpdateCustomerCustomAttributeDefinitionResponse> |
DefaultCustomerCustomAttributesApi.updateCustomerCustomAttributeDefinitionAsync(String key,
UpdateCustomerCustomAttributeDefinitionRequest body)
Updates a customer-related custom attribute definition for a Square seller account.
|
CompletableFuture<UpdateCustomerCustomAttributeDefinitionResponse> |
CustomerCustomAttributesApi.updateCustomerCustomAttributeDefinitionAsync(String key,
UpdateCustomerCustomAttributeDefinitionRequest body)
Updates a customer-related custom attribute definition for a Square seller account.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCustomerCustomAttributeDefinitionResponse |
UpdateCustomerCustomAttributeDefinitionResponse.Builder.build()
Builds a new
UpdateCustomerCustomAttributeDefinitionResponse object using the set
fields. |
Copyright © 2022. All rights reserved.