Billing constructor
Billing({})
Implementation
Billing(
{this.company,
this.firstName,
this.lastName,
this.address1,
this.address2,
this.city,
this.state,
this.postcode,
this.country,
this.email,
this.phone});