PEApplePayContact constructor

PEApplePayContact({
  1. String? givenName,
  2. String? familyName,
  3. List<String>? addressLines,
  4. String? locality,
  5. String? administrativeArea,
  6. String? postalCode,
  7. String? country,
  8. String? countryCode,
  9. String? subAdministrativeArea,
  10. String? subLocality,
  11. String? emailAddress,
  12. String? phoneNumber,
})

Implementation

PEApplePayContact({
  this.givenName,
  this.familyName,
  this.addressLines,
  this.locality,
  this.administrativeArea,
  this.postalCode,
  this.country,
  this.countryCode,
  this.subAdministrativeArea,
  this.subLocality,
  this.emailAddress,
  this.phoneNumber,
});