| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
RetrieveCustomerCustomAttributeResponse |
DefaultCustomerCustomAttributesApi.retrieveCustomerCustomAttribute(String customerId,
String key,
Boolean withDefinition,
Integer version)
Retrieves a custom attribute associated with a customer profile.
|
RetrieveCustomerCustomAttributeResponse |
CustomerCustomAttributesApi.retrieveCustomerCustomAttribute(String customerId,
String key,
Boolean withDefinition,
Integer version)
Retrieves a custom attribute associated with a customer profile.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<RetrieveCustomerCustomAttributeResponse> |
DefaultCustomerCustomAttributesApi.retrieveCustomerCustomAttributeAsync(String customerId,
String key,
Boolean withDefinition,
Integer version)
Retrieves a custom attribute associated with a customer profile.
|
CompletableFuture<RetrieveCustomerCustomAttributeResponse> |
CustomerCustomAttributesApi.retrieveCustomerCustomAttributeAsync(String customerId,
String key,
Boolean withDefinition,
Integer version)
Retrieves a custom attribute associated with a customer profile.
|
| Modifier and Type | Method and Description |
|---|---|
RetrieveCustomerCustomAttributeResponse |
RetrieveCustomerCustomAttributeResponse.Builder.build()
Builds a new
RetrieveCustomerCustomAttributeResponse object using the set fields. |
Copyright © 2022. All rights reserved.