UserInfoResponse constructor
UserInfoResponse({
- String? userId,
- dynamic title,
- String? firstName,
- String? middleName,
- String? lastName,
- String? fullName,
- dynamic firstNameNen,
- dynamic middleNameNen,
- dynamic lastNameNen,
- String? fullNameNen,
- dynamic username,
- String? mobileNumber,
- String? emailId,
- String? positionId,
- String? hierarchyId,
- int? levelId,
- String? levelName,
- dynamic commercialChannel,
- String? commercialChannelName,
- String? designationId,
- String? designationName,
- String? partnerId,
- String? partnerName,
- String? parentUserId,
- dynamic parentUserFullName,
- int? status,
- String? statusName,
- dynamic address,
- dynamic location,
- dynamic locale,
- dynamic localeName,
- String? employeeId,
- String? externalSystemId,
- int? userType,
- String? userTypeName,
- dynamic joiningDate,
- DateTime? startDate,
- DateTime? endDate,
- String? remark,
- bool? emailValidated,
- bool? phoneValidated,
- String? createdDate,
- String? createdBy,
- String? createdByName,
- String? lastModifiedDate,
- String? lastModifiedBy,
- String? lastModifiedByName,
- dynamic parentPositionId,
- bool? softDelete,
- String? profileImageId,
- dynamic parentDesignationId,
- int? locationType,
- dynamic wareHouseMapping,
- dynamic accountMapping,
- dynamic maintainedPartners,
- AdditionalProperties? additionalProperties,
- List<
Location> ? locations, - int? designationLevelId,
- dynamic creditLimit,
- bool? maintainer,
- bool? isSalesForce,
Implementation
UserInfoResponse({
this.userId,
this.title,
this.firstName,
this.middleName,
this.lastName,
this.fullName,
this.firstNameNen,
this.middleNameNen,
this.lastNameNen,
this.fullNameNen,
this.username,
this.mobileNumber,
this.emailId,
this.positionId,
this.hierarchyId,
this.levelId,
this.levelName,
this.commercialChannel,
this.commercialChannelName,
this.designationId,
this.designationName,
this.partnerId,
this.partnerName,
this.parentUserId,
this.parentUserFullName,
this.status,
this.statusName,
this.address,
this.location,
this.locale,
this.localeName,
this.employeeId,
this.externalSystemId,
this.userType,
this.userTypeName,
this.joiningDate,
this.startDate,
this.endDate,
this.remark,
this.emailValidated,
this.phoneValidated,
this.createdDate,
this.createdBy,
this.createdByName,
this.lastModifiedDate,
this.lastModifiedBy,
this.lastModifiedByName,
this.parentPositionId,
this.softDelete,
this.profileImageId,
this.parentDesignationId,
this.locationType,
this.wareHouseMapping,
this.accountMapping,
this.maintainedPartners,
this.additionalProperties,
this.locations,
this.designationLevelId,
this.creditLimit,
this.maintainer,
this.isSalesForce,
});