| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
RetrieveMerchantCustomAttributeResponse |
DefaultMerchantCustomAttributesApi.retrieveMerchantCustomAttribute(String merchantId,
String key,
Boolean withDefinition,
Integer version)
Retrieves a [custom attribute]($m/CustomAttribute) associated with a merchant.
|
RetrieveMerchantCustomAttributeResponse |
MerchantCustomAttributesApi.retrieveMerchantCustomAttribute(String merchantId,
String key,
Boolean withDefinition,
Integer version)
Retrieves a [custom attribute]($m/CustomAttribute) associated with a merchant.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<RetrieveMerchantCustomAttributeResponse> |
DefaultMerchantCustomAttributesApi.retrieveMerchantCustomAttributeAsync(String merchantId,
String key,
Boolean withDefinition,
Integer version)
Retrieves a [custom attribute]($m/CustomAttribute) associated with a merchant.
|
CompletableFuture<RetrieveMerchantCustomAttributeResponse> |
MerchantCustomAttributesApi.retrieveMerchantCustomAttributeAsync(String merchantId,
String key,
Boolean withDefinition,
Integer version)
Retrieves a [custom attribute]($m/CustomAttribute) associated with a merchant.
|
| Modifier and Type | Method and Description |
|---|---|
RetrieveMerchantCustomAttributeResponse |
RetrieveMerchantCustomAttributeResponse.Builder.build()
Builds a new
RetrieveMerchantCustomAttributeResponse object using the set fields. |
Copyright © 2024. All rights reserved.