public class InvoiceRecipient extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InvoiceRecipient.Builder
Class to build instances of
InvoiceRecipient. |
| Constructor and Description |
|---|
InvoiceRecipient(String customerId,
String givenName,
String familyName,
String emailAddress,
Address address,
String phoneNumber,
String companyName,
InvoiceRecipientTaxIds taxIds)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Address |
getAddress()
Getter for Address.
|
String |
getCompanyName()
Getter for CompanyName.
|
String |
getCustomerId()
Getter for CustomerId.
|
String |
getEmailAddress()
Getter for EmailAddress.
|
String |
getFamilyName()
Getter for FamilyName.
|
String |
getGivenName()
Getter for GivenName.
|
String |
getPhoneNumber()
Getter for PhoneNumber.
|
InvoiceRecipientTaxIds |
getTaxIds()
Getter for TaxIds.
|
int |
hashCode() |
InvoiceRecipient.Builder |
toBuilder()
Builds a new
InvoiceRecipient.Builder object. |
String |
toString()
Converts this InvoiceRecipient into string format.
|
public InvoiceRecipient(String customerId, String givenName, String familyName, String emailAddress, Address address, String phoneNumber, String companyName, InvoiceRecipientTaxIds taxIds)
customerId - String value for customerId.givenName - String value for givenName.familyName - String value for familyName.emailAddress - String value for emailAddress.address - Address value for address.phoneNumber - String value for phoneNumber.companyName - String value for companyName.taxIds - InvoiceRecipientTaxIds value for taxIds.public String getCustomerId()
public String getGivenName()
public String getFamilyName()
public String getEmailAddress()
public Address getAddress()
public String getPhoneNumber()
public String getCompanyName()
public InvoiceRecipientTaxIds getTaxIds()
public String toString()
public InvoiceRecipient.Builder toBuilder()
InvoiceRecipient.Builder object.
Creates the instance with the state of the current model.InvoiceRecipient.Builder objectCopyright © 2022. All rights reserved.