CustomerPostalAddress constructor
CustomerPostalAddress({})
Implementation
CustomerPostalAddress({
this.addressLine1,
this.addressLine2,
this.addressLine3,
this.contactName,
this.countryCode,
this.locality,
this.organizationName,
this.postalCode,
this.region,
});