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