Skip to content

Latest commit

 

History

History
51 lines (47 loc) · 3.33 KB

W4FormDataModel.md

File metadata and controls

51 lines (47 loc) · 3.33 KB

Avalara.SDK.Model.A1099.V2.W4FormDataModel

W-4 Form

Properties

Name Type Description Notes
Type string Type of the form, always W4 for this model. [optional] [readonly]
SignedDate DateTime? The date the form was signed. [optional]
CreatedAt DateTime? The creation date of the form. [optional]
EmployeeFirstName string The first name of the employee. [optional]
EmployeeMiddleName string The middle name of the employee. [optional]
EmployeeLastName string The last name of the employee. [optional]
EmployeeNameSuffix string The name suffix of the employee. [optional]
Address string The address of the employee. [optional]
City string The city of residence of the employee. [optional]
State string The state of residence of the employee. [optional]
Zip string The ZIP code of residence of the employee. [optional]
TypeOfTin string The type of TIN provided. [optional]
Tin string The taxpayer identification number (TIN) of the employee. [optional]
MaritalStatus string The marital status of the employee. [optional]
LastNameDiffers bool? Indicates whether the last name differs from prior records. [optional]
NumAllowances int? The number of allowances claimed by the employee. [optional]
OtherDependents int? The number of dependents other than allowances. [optional]
NonJobIncome double? The amount of non-job income. [optional]
Deductions double? The amount of deductions claimed. [optional]
AdditionalWithheld double? The additional amount withheld. [optional]
ExemptFromWithholding bool? Indicates whether the employee is exempt from withholding. [optional]
OfficeCode string The office code associated with the form. [optional]
EDeliveryConsentedAt DateTime? The date when e-delivery was consented. [optional]
Id string [optional]
EntryStatus string [optional]
UpdatedAt DateTime? The last updated date of the form. [optional]
ReferenceId string A reference identifier for the form. [optional]
CompanyId string The ID of the associated company. [optional]
DisplayName string The display name associated with the form. [optional]
Email string The email address of the individual associated with the form. [optional]
Archived bool? Indicates whether the form is archived. [optional]
EntryStatusDate DateTime? [optional]
PdfJson string [optional]
PdfVersion string [optional]
RequestToken string [optional]
Signature string [optional]
Mobile bool? [optional]
AppVersion string [optional]
Platform string [optional]
OsVersion string [optional]
AncestorId string [optional]

[Back to Model list] [Back to API list] [Back to README]