| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
UpsertCustomerCustomAttributeResponse |
DefaultCustomerCustomAttributesApi.upsertCustomerCustomAttribute(String customerId,
String key,
UpsertCustomerCustomAttributeRequest body)
Creates or updates a custom attribute for a customer profile.
|
UpsertCustomerCustomAttributeResponse |
CustomerCustomAttributesApi.upsertCustomerCustomAttribute(String customerId,
String key,
UpsertCustomerCustomAttributeRequest body)
Creates or updates a custom attribute for a customer profile.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<UpsertCustomerCustomAttributeResponse> |
DefaultCustomerCustomAttributesApi.upsertCustomerCustomAttributeAsync(String customerId,
String key,
UpsertCustomerCustomAttributeRequest body)
Creates or updates a custom attribute for a customer profile.
|
CompletableFuture<UpsertCustomerCustomAttributeResponse> |
CustomerCustomAttributesApi.upsertCustomerCustomAttributeAsync(String customerId,
String key,
UpsertCustomerCustomAttributeRequest body)
Creates or updates a custom attribute for a customer profile.
|
| Modifier and Type | Method and Description |
|---|---|
UpsertCustomerCustomAttributeResponse |
UpsertCustomerCustomAttributeResponse.Builder.build()
Builds a new
UpsertCustomerCustomAttributeResponse object using the set fields. |
Copyright © 2022. All rights reserved.