Class: GustoEmbedded::Operations::PutV1EmployeesEmployeeIdStateTaxesRequestBody

Inherits:
Crystalline::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/gusto_embedded/models/operations/put_v1_employees_employee_id_state_taxes_requestbody.rb

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

#field, #fields, included, #marshal_single, #to_dict, #to_json

Constructor Details

#initialize(states: nil) ⇒ PutV1EmployeesEmployeeIdStateTaxesRequestBody

Returns a new instance of PutV1EmployeesEmployeeIdStateTaxesRequestBody.



19
20
21
# File 'lib/gusto_embedded/models/operations/put_v1_employees_employee_id_state_taxes_requestbody.rb', line 19

def initialize(states: nil)
  @states = states
end