| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CustomerPreferences |
CustomerPreferences.Builder.build()
Builds a new
CustomerPreferences object using the set fields. |
CustomerPreferences |
Customer.getPreferences()
Getter for Preferences.
|
| Modifier and Type | Method and Description |
|---|---|
Customer.Builder |
Customer.Builder.preferences(CustomerPreferences preferences)
Setter for preferences.
|
| Constructor and Description |
|---|
Customer(String id,
String createdAt,
String updatedAt,
List<Card> cards,
String givenName,
String familyName,
String nickname,
String companyName,
String emailAddress,
Address address,
String phoneNumber,
String birthday,
String referenceId,
String note,
CustomerPreferences preferences,
String creationSource,
List<String> groupIds,
List<String> segmentIds,
Long version,
CustomerTaxIds taxIds)
Initialization constructor.
|
Copyright © 2022. All rights reserved.