PEGooglePayAddress constructor

PEGooglePayAddress({
  1. String? address1,
  2. String? address2,
  3. String? address3,
  4. String? administrativeArea,
  5. String? countryCode,
  6. String? locality,
  7. String? name,
  8. String? phoneNumber,
  9. String? postalCode,
})

Implementation

PEGooglePayAddress({
  this.address1,
  this.address2,
  this.address3,
  this.administrativeArea,
  this.countryCode,
  this.locality,
  this.name,
  this.phoneNumber,
  this.postalCode,
});