ClientAccountUpdateContext constructor

ClientAccountUpdateContext({
  1. String? email,
  2. String? customId,
  3. String? uuid,
  4. String? firstName,
  5. String? lastName,
  6. ClientSex? sex,
  7. String? phone,
  8. String? company,
  9. String? address,
  10. String? province,
  11. String? city,
  12. String? zipcode,
  13. String? countrycode,
  14. ClientAgreements? agreements,
  15. Map<String, Object>? attributes,
})

Implementation

ClientAccountUpdateContext(
    {this.email,
    this.customId,
    this.uuid,
    this.firstName,
    this.lastName,
    this.sex,
    this.phone,
    this.company,
    this.address,
    this.province,
    this.city,
    this.zipcode,
    this.countrycode,
    this.agreements,
    this.attributes});