ShippingAddressData constructor
ShippingAddressData({})
Implementation
ShippingAddressData({
this.merchantId,
this.zip,
this.addressName,
this.streetAddress,
this.country,
this.state,
this.city,
this.customerId,
this.isDefaultAddress,
this.status,
this.updatedAt,
this.createdAt,
this.id,
});