| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListMerchantCustomAttributesResponse |
DefaultMerchantCustomAttributesApi.listMerchantCustomAttributes(String merchantId,
String visibilityFilter,
Integer limit,
String cursor,
Boolean withDefinitions)
Lists the [custom attributes]($m/CustomAttribute) associated with a merchant.
|
ListMerchantCustomAttributesResponse |
MerchantCustomAttributesApi.listMerchantCustomAttributes(String merchantId,
String visibilityFilter,
Integer limit,
String cursor,
Boolean withDefinitions)
Lists the [custom attributes]($m/CustomAttribute) associated with a merchant.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListMerchantCustomAttributesResponse> |
DefaultMerchantCustomAttributesApi.listMerchantCustomAttributesAsync(String merchantId,
String visibilityFilter,
Integer limit,
String cursor,
Boolean withDefinitions)
Lists the [custom attributes]($m/CustomAttribute) associated with a merchant.
|
CompletableFuture<ListMerchantCustomAttributesResponse> |
MerchantCustomAttributesApi.listMerchantCustomAttributesAsync(String merchantId,
String visibilityFilter,
Integer limit,
String cursor,
Boolean withDefinitions)
Lists the [custom attributes]($m/CustomAttribute) associated with a merchant.
|
| Modifier and Type | Method and Description |
|---|---|
ListMerchantCustomAttributesResponse |
ListMerchantCustomAttributesResponse.Builder.build()
Builds a new
ListMerchantCustomAttributesResponse object using the set fields. |
Copyright © 2024. All rights reserved.