AddressVerificationData constructor

AddressVerificationData({
  1. PostalAddress? address,
  2. String? business,
  3. int? expectedDeliveryDaysRegion,
})

Implementation

AddressVerificationData({
  this.address,
  this.business,
  this.expectedDeliveryDaysRegion,
});