BillingAddress constructor
BillingAddress({})
Implementation
BillingAddress({
required this.city,
required this.country,
required this.email,
required this.line1,
required this.line2,
required this.name,
required this.phone,
required this.postal_code,
required this.state,
});