InvoiceRecipient constructor
InvoiceRecipient({})
Implementation
InvoiceRecipient(
{this.customerId,
this.emailAddress,
this.address,
this.phoneNumber,
this.companyName,
this.givenName,
this.familyName,
this.taxIds});