Class: GustoEmbedded::Operations::GetV1PayrollsPayrollUuidEmployeesEmployeeUuidPayStubRequest

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(employee_id: nil, payroll_id: nil, x_gusto_api_version: nil) ⇒ GetV1PayrollsPayrollUuidEmployeesEmployeeUuidPayStubRequest

Returns a new instance of GetV1PayrollsPayrollUuidEmployeesEmployeeUuidPayStubRequest.



23
24
25
26
27
# File 'lib/gusto_embedded/models/operations/get_v1_payrolls_payroll_uuid_employees_employee_uuid_pay_stub_request.rb', line 23

def initialize(employee_id: nil, payroll_id: nil, x_gusto_api_version: nil)
  @employee_id = employee_id
  @payroll_id = payroll_id
  @x_gusto_api_version = x_gusto_api_version
end