| 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 |
Customer.getTaxIds()
Getter for TaxIds.
|
CustomerTaxIds |
UpdateCustomerRequest.getTaxIds()
Getter for TaxIds.
|
CustomerTaxIds |
CreateCustomerRequest.getTaxIds()
Getter for TaxIds.
|
| Modifier and Type | Method and Description |
|---|---|
Customer.Builder |
Customer.Builder.taxIds(CustomerTaxIds taxIds)
Setter for taxIds.
|
UpdateCustomerRequest.Builder |
UpdateCustomerRequest.Builder.taxIds(CustomerTaxIds taxIds)
Setter for taxIds.
|
CreateCustomerRequest.Builder |
CreateCustomerRequest.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.
|
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.
|
UpdateCustomerRequest(io.apimatic.core.types.OptionalNullable<String> givenName,
io.apimatic.core.types.OptionalNullable<String> familyName,
io.apimatic.core.types.OptionalNullable<String> companyName,
io.apimatic.core.types.OptionalNullable<String> nickname,
io.apimatic.core.types.OptionalNullable<String> emailAddress,
Address address,
io.apimatic.core.types.OptionalNullable<String> phoneNumber,
io.apimatic.core.types.OptionalNullable<String> referenceId,
io.apimatic.core.types.OptionalNullable<String> note,
io.apimatic.core.types.OptionalNullable<String> birthday,
Long version,
CustomerTaxIds taxIds)
Internal 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 © 2023. All rights reserved.