Customer constructor
Customer({})
Implementation
Customer({
this.alternateEmail,
this.customerDomain,
this.customerDomainVerified,
this.customerId,
this.customerType,
this.kind,
this.phoneNumber,
this.postalAddress,
this.primaryAdmin,
this.resourceUiUrl,
});