| 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.
|
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 |
|---|---|
UpsertOrderCustomAttributeRequest |
UpsertOrderCustomAttributeRequest.Builder.build()
Builds a new
UpsertOrderCustomAttributeRequest object using the set fields. |
Copyright © 2024. All rights reserved.