| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListCustomerCustomAttributesResponse |
CustomerCustomAttributesApi.listCustomerCustomAttributes(String customerId,
Integer limit,
String cursor,
Boolean withDefinitions)
Lists the [custom attributes]($m/CustomAttribute) associated with a customer profile.
|
ListCustomerCustomAttributesResponse |
DefaultCustomerCustomAttributesApi.listCustomerCustomAttributes(String customerId,
Integer limit,
String cursor,
Boolean withDefinitions)
Lists the [custom attributes]($m/CustomAttribute) associated with a customer profile.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListCustomerCustomAttributesResponse> |
CustomerCustomAttributesApi.listCustomerCustomAttributesAsync(String customerId,
Integer limit,
String cursor,
Boolean withDefinitions)
Lists the [custom attributes]($m/CustomAttribute) associated with a customer profile.
|
CompletableFuture<ListCustomerCustomAttributesResponse> |
DefaultCustomerCustomAttributesApi.listCustomerCustomAttributesAsync(String customerId,
Integer limit,
String cursor,
Boolean withDefinitions)
Lists the [custom attributes]($m/CustomAttribute) 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 © 2024. All rights reserved.