BillingAddress constructor
BillingAddress({})
Implementation
BillingAddress({
this.name,
this.address,
this.zipcode,
this.city,
this.email,
this.phoneNumber,
this.mobileNumber,
});
BillingAddress({
this.name,
this.address,
this.zipcode,
this.city,
this.email,
this.phoneNumber,
this.mobileNumber,
});