| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
RetrieveOrderCustomAttributeResponse |
OrderCustomAttributesApi.retrieveOrderCustomAttribute(String orderId,
String customAttributeKey,
Integer version,
Boolean withDefinition)
Retrieves a [custom attribute]($m/CustomAttribute) associated with an order.
|
RetrieveOrderCustomAttributeResponse |
DefaultOrderCustomAttributesApi.retrieveOrderCustomAttribute(String orderId,
String customAttributeKey,
Integer version,
Boolean withDefinition)
Retrieves a [custom attribute]($m/CustomAttribute) associated with an order.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<RetrieveOrderCustomAttributeResponse> |
OrderCustomAttributesApi.retrieveOrderCustomAttributeAsync(String orderId,
String customAttributeKey,
Integer version,
Boolean withDefinition)
Retrieves a [custom attribute]($m/CustomAttribute) associated with an order.
|
CompletableFuture<RetrieveOrderCustomAttributeResponse> |
DefaultOrderCustomAttributesApi.retrieveOrderCustomAttributeAsync(String orderId,
String customAttributeKey,
Integer version,
Boolean withDefinition)
Retrieves a [custom attribute]($m/CustomAttribute) associated with an order.
|
| Modifier and Type | Method and Description |
|---|---|
RetrieveOrderCustomAttributeResponse |
RetrieveOrderCustomAttributeResponse.Builder.build()
Builds a new
RetrieveOrderCustomAttributeResponse object using the set fields. |
Copyright © 2023. All rights reserved.