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