| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
InvoiceRecipientTaxIds |
InvoiceRecipientTaxIds.Builder.build()
Builds a new
InvoiceRecipientTaxIds object using the set fields. |
InvoiceRecipientTaxIds |
InvoiceRecipient.getTaxIds()
Getter for TaxIds.
|
| Modifier and Type | Method and Description |
|---|---|
InvoiceRecipient.Builder |
InvoiceRecipient.Builder.taxIds(InvoiceRecipientTaxIds taxIds)
Setter for taxIds.
|
| Constructor and Description |
|---|
InvoiceRecipient(String customerId,
String givenName,
String familyName,
String emailAddress,
Address address,
String phoneNumber,
String companyName,
InvoiceRecipientTaxIds taxIds)
Initialization constructor.
|
Copyright © 2022. All rights reserved.