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] |
require 'pinwheel'
instance = Pinwheel::W2Box12.new(
code: null,
amount: null
)