Class: GustoEmbedded::Operations::GetCompaniesCompanyUuidContractorPaymentsPreviewResponse

Inherits:
Crystalline::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/gusto_embedded/models/operations/get_companies_company_uuid_contractor_payments_preview_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, two_hundred_application_json_object: nil, four_hundred_and_twenty_two_application_json_object: nil) ⇒ GetCompaniesCompanyUuidContractorPaymentsPreviewResponse

Returns a new instance of GetCompaniesCompanyUuidContractorPaymentsPreviewResponse.



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

def initialize(content_type: nil, raw_response: nil, status_code: nil, two_hundred_application_json_object: nil, four_hundred_and_twenty_two_application_json_object: nil)
  @content_type = content_type
  @raw_response = raw_response
  @status_code = status_code
  @two_hundred_application_json_object = two_hundred_application_json_object
  @four_hundred_and_twenty_two_application_json_object = four_hundred_and_twenty_two_application_json_object
end