class

Plaid::W2StateAndLocalWages

Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object

W2 state and local wages

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, state : String | Nil = nil, employer_state_id_number : String | Nil = nil, state_wages_tips : String | Nil = nil, state_income_tax : String | Nil = nil, local_wages_tips : String | Nil = nil, local_income_tax : String | Nil = nil, locality_name : String | Nil = nil)

Initializes the object @param [Hash] attributes Model attributes in the form of hash

Source

Instance methods

==(other : self)

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code

employer_state_id_number

State identification number of the employer.

Source
employer_state_id_number=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] employer_state_id_number Object to be assigned

Source
employer_state_id_number_present=(employer_state_id_number_present : Bool)
Source
employer_state_id_number_present?
Source
hash(hasher)

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code

list_invalid_properties

Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons

Source
local_income_tax

Income tax from the locality.

Source
local_income_tax=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] local_income_tax Object to be assigned

Source
local_income_tax_present=(local_income_tax_present : Bool)
Source
local_income_tax_present?
Source
local_wages_tips

Wages and tips from the locality.

Source
local_wages_tips=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] local_wages_tips Object to be assigned

Source
local_wages_tips_present=(local_wages_tips_present : Bool)
Source
local_wages_tips_present?
Source
locality_name

Name of the locality.

Source
locality_name=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] locality_name Object to be assigned

Source
locality_name_present=(locality_name_present : Bool)
Source
locality_name_present?
Source
state

State associated with the wage.

Source
state=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] state Object to be assigned

Source
state_income_tax

Income tax from the specified state.

Source
state_income_tax=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] state_income_tax Object to be assigned

Source
state_income_tax_present=(state_income_tax_present : Bool)
Source
state_income_tax_present?
Source
state_present=(state_present : Bool)
Source
state_present?
Source
state_wages_tips

Wages and tips from the specified state.

Source
state_wages_tips=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] state_wages_tips Object to be assigned

Source
state_wages_tips_present=(state_wages_tips_present : Bool)
Source
state_wages_tips_present?
Source
valid?

Check to see if the all the properties in the model are valid @return true if the model is valid

Source