Class: GustoEmbedded::Operations::PostPayrollsGrossUpPayrollUuidResponse

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(content_type: nil, raw_response: nil, status_code: nil, gross_up_pay: nil, one_of: nil) ⇒ PostPayrollsGrossUpPayrollUuidResponse

Returns a new instance of PostPayrollsGrossUpPayrollUuidResponse.



27
28
29
30
31
32
33
# File 'lib/gusto_embedded/models/operations/post_payrolls_gross_up_payroll_uuid_response.rb', line 27

def initialize(content_type: nil, raw_response: nil, status_code: nil, gross_up_pay: nil, one_of: nil)
  @content_type = content_type
  @raw_response = raw_response
  @status_code = status_code
  @gross_up_pay = gross_up_pay
  @one_of = one_of
end