| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
UpsertMerchantCustomAttributeResponse |
DefaultMerchantCustomAttributesApi.upsertMerchantCustomAttribute(String merchantId,
String key,
UpsertMerchantCustomAttributeRequest body)
Creates or updates a [custom attribute]($m/CustomAttribute) for a merchant.
|
UpsertMerchantCustomAttributeResponse |
MerchantCustomAttributesApi.upsertMerchantCustomAttribute(String merchantId,
String key,
UpsertMerchantCustomAttributeRequest body)
Creates or updates a [custom attribute]($m/CustomAttribute) for a merchant.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<UpsertMerchantCustomAttributeResponse> |
DefaultMerchantCustomAttributesApi.upsertMerchantCustomAttributeAsync(String merchantId,
String key,
UpsertMerchantCustomAttributeRequest body)
Creates or updates a [custom attribute]($m/CustomAttribute) for a merchant.
|
CompletableFuture<UpsertMerchantCustomAttributeResponse> |
MerchantCustomAttributesApi.upsertMerchantCustomAttributeAsync(String merchantId,
String key,
UpsertMerchantCustomAttributeRequest body)
Creates or updates a [custom attribute]($m/CustomAttribute) for a merchant.
|
| Modifier and Type | Method and Description |
|---|---|
UpsertMerchantCustomAttributeResponse |
UpsertMerchantCustomAttributeResponse.Builder.build()
Builds a new
UpsertMerchantCustomAttributeResponse object using the set fields. |
Copyright © 2024. All rights reserved.