MmCloudCustomer constructor
MmCloudCustomer({})
Returns a new MmCloudCustomer instance.
Implementation
MmCloudCustomer({
this.id,
this.creatorId,
this.createAt,
this.email,
this.name,
this.numEmployees,
this.contactFirstName,
this.contactLastName,
this.billingAddress,
this.companyAddress,
this.paymentMethod,
});