| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
DeleteOrderCustomAttributeResponse |
OrderCustomAttributesApi.deleteOrderCustomAttribute(String orderId,
String customAttributeKey)
Deletes a [custom attribute]($m/CustomAttribute) associated with a customer profile.
|
DeleteOrderCustomAttributeResponse |
DefaultOrderCustomAttributesApi.deleteOrderCustomAttribute(String orderId,
String customAttributeKey)
Deletes a [custom attribute]($m/CustomAttribute) associated with a customer profile.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<DeleteOrderCustomAttributeResponse> |
OrderCustomAttributesApi.deleteOrderCustomAttributeAsync(String orderId,
String customAttributeKey)
Deletes a [custom attribute]($m/CustomAttribute) associated with a customer profile.
|
CompletableFuture<DeleteOrderCustomAttributeResponse> |
DefaultOrderCustomAttributesApi.deleteOrderCustomAttributeAsync(String orderId,
String customAttributeKey)
Deletes a [custom attribute]($m/CustomAttribute) associated with a customer profile.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteOrderCustomAttributeResponse |
DeleteOrderCustomAttributeResponse.Builder.build()
Builds a new
DeleteOrderCustomAttributeResponse object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,DeleteOrderCustomAttributeResponse> |
BulkDeleteOrderCustomAttributesResponse.getValues()
Getter for Values.
|
| Modifier and Type | Method and Description |
|---|---|
BulkDeleteOrderCustomAttributesResponse.Builder |
BulkDeleteOrderCustomAttributesResponse.Builder.values(Map<String,DeleteOrderCustomAttributeResponse> values)
Setter for values.
|
| Constructor and Description |
|---|
Builder(Map<String,DeleteOrderCustomAttributeResponse> values)
Initialization constructor.
|
BulkDeleteOrderCustomAttributesResponse(Map<String,DeleteOrderCustomAttributeResponse> values,
List<Error> errors)
Initialization constructor.
|
Copyright © 2023. All rights reserved.