@@ -62,10 +62,7 @@ module FinchAPI
6262
6363 # The individual's filing status for tax purposes.
6464 sig { returns ( T . nilable ( FinchAPI ::Models ::HRIS ::W42005 ::Data ::FilingStatus ::TaggedSymbol ) ) }
65- attr_reader :filing_status
66-
67- sig { params ( filing_status : FinchAPI ::Models ::HRIS ::W42005 ::Data ::FilingStatus ::OrSymbol ) . void }
68- attr_writer :filing_status
65+ attr_accessor :filing_status
6966
7067 # The unique identifier for the individual associated with this 2005 W4 form.
7168 sig { returns ( T . nilable ( String ) ) }
@@ -83,7 +80,7 @@ module FinchAPI
8380 params (
8481 additional_withholding : T . nilable ( Integer ) ,
8582 exemption : FinchAPI ::Models ::HRIS ::W42005 ::Data ::Exemption ::OrSymbol ,
86- filing_status : FinchAPI ::Models ::HRIS ::W42005 ::Data ::FilingStatus ::OrSymbol ,
83+ filing_status : T . nilable ( FinchAPI ::Models ::HRIS ::W42005 ::Data ::FilingStatus ::OrSymbol ) ,
8784 individual_id : String ,
8885 total_number_of_allowances : T . nilable ( Integer )
8986 )
@@ -104,7 +101,7 @@ module FinchAPI
104101 {
105102 additional_withholding : T . nilable ( Integer ) ,
106103 exemption : FinchAPI ::Models ::HRIS ::W42005 ::Data ::Exemption ::TaggedSymbol ,
107- filing_status : FinchAPI ::Models ::HRIS ::W42005 ::Data ::FilingStatus ::TaggedSymbol ,
104+ filing_status : T . nilable ( FinchAPI ::Models ::HRIS ::W42005 ::Data ::FilingStatus ::TaggedSymbol ) ,
108105 individual_id : String ,
109106 total_number_of_allowances : T . nilable ( Integer )
110107 }
0 commit comments