| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListOrderCustomAttributeDefinitionsResponse |
OrderCustomAttributesApi.listOrderCustomAttributeDefinitions(String visibilityFilter,
String cursor,
Integer limit)
Lists the order-related [custom attribute definitions]($m/CustomAttributeDefinition) that
belong to a Square seller account.
|
ListOrderCustomAttributeDefinitionsResponse |
DefaultOrderCustomAttributesApi.listOrderCustomAttributeDefinitions(String visibilityFilter,
String cursor,
Integer limit)
Lists the order-related [custom attribute definitions]($m/CustomAttributeDefinition) that
belong to a Square seller account.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListOrderCustomAttributeDefinitionsResponse> |
OrderCustomAttributesApi.listOrderCustomAttributeDefinitionsAsync(String visibilityFilter,
String cursor,
Integer limit)
Lists the order-related [custom attribute definitions]($m/CustomAttributeDefinition) that
belong to a Square seller account.
|
CompletableFuture<ListOrderCustomAttributeDefinitionsResponse> |
DefaultOrderCustomAttributesApi.listOrderCustomAttributeDefinitionsAsync(String visibilityFilter,
String cursor,
Integer limit)
Lists the order-related [custom attribute definitions]($m/CustomAttributeDefinition) that
belong to a Square seller account.
|
| Modifier and Type | Method and Description |
|---|---|
ListOrderCustomAttributeDefinitionsResponse |
ListOrderCustomAttributeDefinitionsResponse.Builder.build()
Builds a new
ListOrderCustomAttributeDefinitionsResponse object using the set
fields. |
Copyright © 2024. All rights reserved.