| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
RetrieveMerchantCustomAttributeDefinitionResponse |
DefaultMerchantCustomAttributesApi.retrieveMerchantCustomAttributeDefinition(String key,
Integer version)
Retrieves a merchant-related [custom attribute definition]($m/CustomAttributeDefinition) from
a Square seller account.
|
RetrieveMerchantCustomAttributeDefinitionResponse |
MerchantCustomAttributesApi.retrieveMerchantCustomAttributeDefinition(String key,
Integer version)
Retrieves a merchant-related [custom attribute definition]($m/CustomAttributeDefinition) from
a Square seller account.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<RetrieveMerchantCustomAttributeDefinitionResponse> |
DefaultMerchantCustomAttributesApi.retrieveMerchantCustomAttributeDefinitionAsync(String key,
Integer version)
Retrieves a merchant-related [custom attribute definition]($m/CustomAttributeDefinition) from
a Square seller account.
|
CompletableFuture<RetrieveMerchantCustomAttributeDefinitionResponse> |
MerchantCustomAttributesApi.retrieveMerchantCustomAttributeDefinitionAsync(String key,
Integer version)
Retrieves a merchant-related [custom attribute definition]($m/CustomAttributeDefinition) from
a Square seller account.
|
| Modifier and Type | Method and Description |
|---|---|
RetrieveMerchantCustomAttributeDefinitionResponse |
RetrieveMerchantCustomAttributeDefinitionResponse.Builder.build()
Builds a new
RetrieveMerchantCustomAttributeDefinitionResponse object using the
set fields. |
Copyright © 2024. All rights reserved.