BillingAddress constructor
BillingAddress({})
Implementation
BillingAddress(
{this.firstName,
this.lastName,
this.address1,
this.address2,
this.province,
this.city,
this.country,
this.countryCodeV2,
this.zip});