| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
UpdateOrderCustomAttributeDefinitionResponse |
OrderCustomAttributesApi.updateOrderCustomAttributeDefinition(String key,
UpdateOrderCustomAttributeDefinitionRequest body)
Updates an order-related custom attribute definition for a Square seller account.
|
UpdateOrderCustomAttributeDefinitionResponse |
DefaultOrderCustomAttributesApi.updateOrderCustomAttributeDefinition(String key,
UpdateOrderCustomAttributeDefinitionRequest body)
Updates an order-related custom attribute definition for a Square seller account.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<UpdateOrderCustomAttributeDefinitionResponse> |
OrderCustomAttributesApi.updateOrderCustomAttributeDefinitionAsync(String key,
UpdateOrderCustomAttributeDefinitionRequest body)
Updates an order-related custom attribute definition for a Square seller account.
|
CompletableFuture<UpdateOrderCustomAttributeDefinitionResponse> |
DefaultOrderCustomAttributesApi.updateOrderCustomAttributeDefinitionAsync(String key,
UpdateOrderCustomAttributeDefinitionRequest body)
Updates an order-related custom attribute definition for a Square seller account.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateOrderCustomAttributeDefinitionResponse |
UpdateOrderCustomAttributeDefinitionResponse.Builder.build()
Builds a new
UpdateOrderCustomAttributeDefinitionResponse object using the set
fields. |
Copyright © 2023. All rights reserved.