ssn property
String?
get
ssn
The Social Security Number of the employee this Paystub is for
Implementation
String? get ssn => getField('SSN');
The Social Security Number of the employee this Paystub is for
String? get ssn => getField('SSN');