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