BodyPart constructor

BodyPart({
  1. String? auditInformation,
  2. String? cardRevisionDate,
  3. String? city,
  4. String? complianceType,
  5. String? countryId,
  6. String? customerIdNumber,
  7. String? dateOfBirth,
  8. String? dateOfExpiry,
  9. String? dateOfIssue,
  10. String? documentDiscriminator,
  11. String? drivingPrivilege,
  12. String? endorsementCode,
  13. String? eyes,
  14. String? firstName,
  15. String? firstNameTruncated,
  16. String? hair,
  17. String? height,
  18. String? inventoryControlNumber,
  19. String? jurisdictionCode,
  20. String? lastName,
  21. String? lastNameTruncated,
  22. String? licenseClass,
  23. String? middleName,
  24. String? middleNameTruncated,
  25. String? postalCode,
  26. String? sex,
  27. 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,
});