Class: GustoEmbedded::Operations::GetV1EmployeesEmployeeIdStateTaxesRequest
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Operations::GetV1EmployeesEmployeeIdStateTaxesRequest
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/operations/get_v1_employees_employee_id_state_taxes_request.rb
Instance Method Summary collapse
-
#initialize(employee_uuid: nil, x_gusto_api_version: nil) ⇒ GetV1EmployeesEmployeeIdStateTaxesRequest
constructor
A new instance of GetV1EmployeesEmployeeIdStateTaxesRequest.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(employee_uuid: nil, x_gusto_api_version: nil) ⇒ GetV1EmployeesEmployeeIdStateTaxesRequest
Returns a new instance of GetV1EmployeesEmployeeIdStateTaxesRequest.
21 22 23 24 |
# File 'lib/gusto_embedded/models/operations/get_v1_employees_employee_id_state_taxes_request.rb', line 21 def initialize(employee_uuid: nil, x_gusto_api_version: nil) @employee_uuid = employee_uuid @x_gusto_api_version = x_gusto_api_version end |