HouseholdMemberModel constructor
HouseholdMemberModel({
- HouseholdMemberAdditionalFields? additionalFields,
- String? id,
- String? householdId,
- String? householdClientReferenceId,
- String? individualId,
- String? individualClientReferenceId,
- required bool isHeadOfHousehold,
- bool? nonRecoverableError = false,
- required String clientReferenceId,
- String? tenantId,
- int? rowVersion,
- AuditDetails? auditDetails,
- ClientAuditDetails? clientAuditDetails,
- bool? isDeleted = false,
Implementation
HouseholdMemberModel({
this.additionalFields,
this.id,
this.householdId,
this.householdClientReferenceId,
this.individualId,
this.individualClientReferenceId,
required this.isHeadOfHousehold,
this.nonRecoverableError = false,
required this.clientReferenceId,
this.tenantId,
this.rowVersion,
super.auditDetails,
super.clientAuditDetails,
super.isDeleted = false,
}) : super();