| 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.
|
Customer(String id,
String createdAt,
String updatedAt,
io.apimatic.core.types.OptionalNullable<List<Card>> cards,
io.apimatic.core.types.OptionalNullable<String> givenName,
io.apimatic.core.types.OptionalNullable<String> familyName,
io.apimatic.core.types.OptionalNullable<String> nickname,
io.apimatic.core.types.OptionalNullable<String> companyName,
io.apimatic.core.types.OptionalNullable<String> emailAddress,
Address address,
io.apimatic.core.types.OptionalNullable<String> phoneNumber,
io.apimatic.core.types.OptionalNullable<String> birthday,
io.apimatic.core.types.OptionalNullable<String> referenceId,
io.apimatic.core.types.OptionalNullable<String> note,
CustomerPreferences preferences,
String creationSource,
io.apimatic.core.types.OptionalNullable<List<String>> groupIds,
io.apimatic.core.types.OptionalNullable<List<String>> segmentIds,
Long version,
CustomerTaxIds taxIds)
Internal initialization constructor.
|
Copyright © 2023. All rights reserved.