Payer constructor

Payer({
  1. String? userId,
  2. Email? email,
  3. Name? name,
  4. List<Addresses>? addresses,
  5. List<Phones>? phones,
})

Implementation

Payer({this.userId, this.email, this.name, this.addresses, this.phones});