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