| 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.
|
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 |
|---|---|
UpsertCustomerCustomAttributeRequest |
UpsertCustomerCustomAttributeRequest.Builder.build()
Builds a new
UpsertCustomerCustomAttributeRequest object using the set fields. |
Copyright © 2022. All rights reserved.