CreateApacuanaUserRequest constructor
const
CreateApacuanaUserRequest({
- required String kinddoc,
- required String doc,
- String? email,
- int? typeuser,
- String? name,
- String? lastname,
- String? birthdate,
- String? gender,
- String? kindrif,
- String? rif,
- int? phone,
- String? kindphone,
- String? postalcode,
- String? address,
- String? fiscaladdress,
- String? fiscalkindphone,
- int? fiscalphone,
- String? occupation,
- String? degree,
- String? university,
- String? graduationyear,
- String? collegiatenumber,
- String? collegiateyear,
- String? companyname,
- String? companykindrif,
- String? companyrif,
- String? companystate,
- String? companymunicipality,
- String? companyparish,
- String? companyaddress,
- String? companykindphone,
- String? companyphone,
- String? companypostalcode,
- String? companywebpage,
- String? companycommercialregister,
- String? companyregisterdate,
- String? companyregisternumber,
- String? companyconstitutiondate,
- String? companypublishdate,
- String? companyconstitutiondecree,
- String? companynumberdecree,
- String? positionprivate,
- String? departmentprivate,
- String? authorizedprivate,
- String? functionsprivate,
- String? publishprivate,
- String? issuedateprivate,
- String? kindphoneprivate,
- int? phoneprivate,
- String? positionpublic,
- String? departmentpublic,
- String? authorizedpublic,
- String? functionspublic,
- String? publishpublic,
- String? issuedatepublic,
- String? kindphonepublic,
- int? phonepublic,
- String? companyid,
- Map<
String, dynamic> ? files,
Implementation
const CreateApacuanaUserRequest({
required this.kinddoc,
required this.doc,
this.email,
this.typeuser,
this.name,
this.lastname,
this.birthdate,
this.gender,
this.kindrif,
this.rif,
this.phone,
this.kindphone,
this.postalcode,
this.address,
this.fiscaladdress,
this.fiscalkindphone,
this.fiscalphone,
this.occupation,
this.degree,
this.university,
this.graduationyear,
this.collegiatenumber,
this.collegiateyear,
this.companyname,
this.companykindrif,
this.companyrif,
this.companystate,
this.companymunicipality,
this.companyparish,
this.companyaddress,
this.companykindphone,
this.companyphone,
this.companypostalcode,
this.companywebpage,
this.companycommercialregister,
this.companyregisterdate,
this.companyregisternumber,
this.companyconstitutiondate,
this.companypublishdate,
this.companyconstitutiondecree,
this.companynumberdecree,
this.positionprivate,
this.departmentprivate,
this.authorizedprivate,
this.functionsprivate,
this.publishprivate,
this.issuedateprivate,
this.kindphoneprivate,
this.phoneprivate,
this.positionpublic,
this.departmentpublic,
this.authorizedpublic,
this.functionspublic,
this.publishpublic,
this.issuedatepublic,
this.kindphonepublic,
this.phonepublic,
this.companyid,
this.files,
});