BodyPart constructor
BodyPart({
- String? auditInformation,
- String? cardRevisionDate,
- String? city,
- String? complianceType,
- String? countryId,
- String? customerIdNumber,
- String? dateOfBirth,
- String? dateOfExpiry,
- String? dateOfIssue,
- String? documentDiscriminator,
- String? drivingPrivilege,
- String? endorsementCode,
- String? eyes,
- String? firstName,
- String? firstNameTruncated,
- String? hair,
- String? height,
- String? inventoryControlNumber,
- String? jurisdictionCode,
- String? lastName,
- String? lastNameTruncated,
- String? licenseClass,
- String? middleName,
- String? middleNameTruncated,
- String? postalCode,
- String? sex,
- String? street,
Implementation
BodyPart({
this.auditInformation,
this.cardRevisionDate,
this.city,
this.complianceType,
this.countryId,
this.customerIdNumber,
this.dateOfBirth,
this.dateOfExpiry,
this.dateOfIssue,
this.documentDiscriminator,
this.drivingPrivilege,
this.endorsementCode,
this.eyes,
this.firstName,
this.firstNameTruncated,
this.hair,
this.height,
this.inventoryControlNumber,
this.jurisdictionCode,
this.lastName,
this.lastNameTruncated,
this.licenseClass,
this.middleName,
this.middleNameTruncated,
this.postalCode,
this.sex,
this.street,
});