Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 450 Bytes

W2Box12.md

File metadata and controls

20 lines (14 loc) · 450 Bytes

Pinwheel::W2Box12

Properties

Name Type Description Notes
code String Code for miscellaneous income or tax line items. Box 12 IRS Form W-2. [optional]
amount Integer Amount for miscellaneous income or tax line items. Box 12 IRS Form W-2. [optional]

Example

require 'pinwheel'

instance = Pinwheel::W2Box12.new(
  code: null,
  amount: null
)