-
Notifications
You must be signed in to change notification settings - Fork 0
/
SF3101.cs
33 lines (32 loc) · 1.23 KB
/
SF3101.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
using System;
namespace pdffillerdncore
{
public class SF3101
{
public string SSN {get; set; }
public string Agency {get; set;}
public string PayrollOfficeNo {get; set;}
public string Location {get; set;}
public string Name {get; set;}
public string Reason {get; set;}
public string DataOnSF3100 {get; set;}
public string TotalCulmulative {get; set;}
public string CorrectedData {get; set;}
public string Overstatement {get; set;}
public string TotalCulmulativeDeductions {get; set;}
public string DOB {get; set;}
public string SF3100Data2 {get; set;}
public string SF3100CorrectedData2 {get; set;}
public string SF3100Data { get; set; }
public string SF3100CorrectedData {get; set;}
public string SF3100CorrectedData3 {get; set;}
public string SF2812Number {get; set;}
public string Register {get; set;}
public string SF2812Dated { get; set; }
public string SF3100Data3 {get; set;}
public string Title {get; set;}
public string TelephoneNumber {get; set;}
public string RegisterDated {get; set;}
public string DateSigned {get; set;}
}
}