| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
UpsertOrderCustomAttributeResponse |
OrderCustomAttributesApi.upsertOrderCustomAttribute(String orderId,
String customAttributeKey,
UpsertOrderCustomAttributeRequest body)
Creates or updates a [custom attribute]($m/CustomAttribute) for an order.
|
UpsertOrderCustomAttributeResponse |
DefaultOrderCustomAttributesApi.upsertOrderCustomAttribute(String orderId,
String customAttributeKey,
UpsertOrderCustomAttributeRequest body)
Creates or updates a [custom attribute]($m/CustomAttribute) for an order.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<UpsertOrderCustomAttributeResponse> |
OrderCustomAttributesApi.upsertOrderCustomAttributeAsync(String orderId,
String customAttributeKey,
UpsertOrderCustomAttributeRequest body)
Creates or updates a [custom attribute]($m/CustomAttribute) for an order.
|
CompletableFuture<UpsertOrderCustomAttributeResponse> |
DefaultOrderCustomAttributesApi.upsertOrderCustomAttributeAsync(String orderId,
String customAttributeKey,
UpsertOrderCustomAttributeRequest body)
Creates or updates a [custom attribute]($m/CustomAttribute) for an order.
|
| Modifier and Type | Method and Description |
|---|---|
UpsertOrderCustomAttributeResponse |
UpsertOrderCustomAttributeResponse.Builder.build()
Builds a new
UpsertOrderCustomAttributeResponse object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,UpsertOrderCustomAttributeResponse> |
BulkUpsertOrderCustomAttributesResponse.getValues()
Getter for Values.
|
| Modifier and Type | Method and Description |
|---|---|
BulkUpsertOrderCustomAttributesResponse.Builder |
BulkUpsertOrderCustomAttributesResponse.Builder.values(Map<String,UpsertOrderCustomAttributeResponse> values)
Setter for values.
|
| Constructor and Description |
|---|
Builder(Map<String,UpsertOrderCustomAttributeResponse> values)
Initialization constructor.
|
BulkUpsertOrderCustomAttributesResponse(Map<String,UpsertOrderCustomAttributeResponse> values,
List<Error> errors)
Initialization constructor.
|
Copyright © 2024. All rights reserved.