| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CustomerTaxIds |
CustomerTaxIds.Builder.build()
Builds a new
CustomerTaxIds object using the set fields. |
CustomerTaxIds |
UpdateCustomerRequest.getTaxIds()
Getter for TaxIds.
|
CustomerTaxIds |
CreateCustomerRequest.getTaxIds()
Getter for TaxIds.
|
CustomerTaxIds |
Customer.getTaxIds()
Getter for TaxIds.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCustomerRequest.Builder |
UpdateCustomerRequest.Builder.taxIds(CustomerTaxIds taxIds)
Setter for taxIds.
|
CreateCustomerRequest.Builder |
CreateCustomerRequest.Builder.taxIds(CustomerTaxIds taxIds)
Setter for taxIds.
|
Customer.Builder |
Customer.Builder.taxIds(CustomerTaxIds taxIds)
Setter for taxIds.
|
| Constructor and Description |
|---|
CreateCustomerRequest(String idempotencyKey,
String givenName,
String familyName,
String companyName,
String nickname,
String emailAddress,
Address address,
String phoneNumber,
String referenceId,
String note,
String birthday,
CustomerTaxIds taxIds)
Initialization constructor.
|
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.
|
UpdateCustomerRequest(String givenName,
String familyName,
String companyName,
String nickname,
String emailAddress,
Address address,
String phoneNumber,
String referenceId,
String note,
String birthday,
Long version,
CustomerTaxIds taxIds)
Initialization constructor.
|
Copyright © 2022. All rights reserved.