| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListOrderCustomAttributesResponse |
OrderCustomAttributesApi.listOrderCustomAttributes(String orderId,
String visibilityFilter,
String cursor,
Integer limit,
Boolean withDefinitions)
Lists the [custom attributes]($m/CustomAttribute) associated with an order.
|
ListOrderCustomAttributesResponse |
DefaultOrderCustomAttributesApi.listOrderCustomAttributes(String orderId,
String visibilityFilter,
String cursor,
Integer limit,
Boolean withDefinitions)
Lists the [custom attributes]($m/CustomAttribute) associated with an order.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListOrderCustomAttributesResponse> |
OrderCustomAttributesApi.listOrderCustomAttributesAsync(String orderId,
String visibilityFilter,
String cursor,
Integer limit,
Boolean withDefinitions)
Lists the [custom attributes]($m/CustomAttribute) associated with an order.
|
CompletableFuture<ListOrderCustomAttributesResponse> |
DefaultOrderCustomAttributesApi.listOrderCustomAttributesAsync(String orderId,
String visibilityFilter,
String cursor,
Integer limit,
Boolean withDefinitions)
Lists the [custom attributes]($m/CustomAttribute) associated with an order.
|
| Modifier and Type | Method and Description |
|---|---|
ListOrderCustomAttributesResponse |
ListOrderCustomAttributesResponse.Builder.build()
Builds a new
ListOrderCustomAttributesResponse object using the set fields. |
Copyright © 2023. All rights reserved.