AddressVerificationData constructor
AddressVerificationData({
- PostalAddress? address,
- String? business,
- int? expectedDeliveryDaysRegion,
Implementation
AddressVerificationData({
this.address,
this.business,
this.expectedDeliveryDaysRegion,
});