| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListCustomerCustomAttributesResponse |
DefaultCustomerCustomAttributesApi.listCustomerCustomAttributes(String customerId,
Integer limit,
String cursor,
Boolean withDefinitions)
Lists the custom attributes associated with a customer profile.
|
ListCustomerCustomAttributesResponse |
CustomerCustomAttributesApi.listCustomerCustomAttributes(String customerId,
Integer limit,
String cursor,
Boolean withDefinitions)
Lists the custom attributes associated with a customer profile.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListCustomerCustomAttributesResponse> |
DefaultCustomerCustomAttributesApi.listCustomerCustomAttributesAsync(String customerId,
Integer limit,
String cursor,
Boolean withDefinitions)
Lists the custom attributes associated with a customer profile.
|
CompletableFuture<ListCustomerCustomAttributesResponse> |
CustomerCustomAttributesApi.listCustomerCustomAttributesAsync(String customerId,
Integer limit,
String cursor,
Boolean withDefinitions)
Lists the custom attributes associated with a customer profile.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomerCustomAttributesResponse |
ListCustomerCustomAttributesResponse.Builder.build()
Builds a new
ListCustomerCustomAttributesResponse object using the set fields. |
Copyright © 2022. All rights reserved.