| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
DeleteCustomerCustomAttributeResponse |
DefaultCustomerCustomAttributesApi.deleteCustomerCustomAttribute(String customerId,
String key)
Deletes a custom attribute associated with a customer profile.
|
DeleteCustomerCustomAttributeResponse |
CustomerCustomAttributesApi.deleteCustomerCustomAttribute(String customerId,
String key)
Deletes a custom attribute associated with a customer profile.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<DeleteCustomerCustomAttributeResponse> |
DefaultCustomerCustomAttributesApi.deleteCustomerCustomAttributeAsync(String customerId,
String key)
Deletes a custom attribute associated with a customer profile.
|
CompletableFuture<DeleteCustomerCustomAttributeResponse> |
CustomerCustomAttributesApi.deleteCustomerCustomAttributeAsync(String customerId,
String key)
Deletes a custom attribute associated with a customer profile.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteCustomerCustomAttributeResponse |
DeleteCustomerCustomAttributeResponse.Builder.build()
Builds a new
DeleteCustomerCustomAttributeResponse object using the set fields. |
Copyright © 2022. All rights reserved.