Class: GustoEmbedded::Models::Operations::GetV1CompaniesCompanyIdContractorPaymentsResponseBody

Inherits:
Object
  • Object
show all
Extended by:
T::Sig
Includes:
Crystalline::MetadataFields
Defined in:
lib/gusto_embedded/models/operations/get_v1_companies_company_id_contractor_payments_responsebody.rb

Overview

A JSON object containing contractor payments information

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initializeGetV1CompaniesCompanyIdContractorPaymentsResponseBody

Returns a new instance of GetV1CompaniesCompanyIdContractorPaymentsResponseBody.



17
# File 'lib/gusto_embedded/models/operations/get_v1_companies_company_id_contractor_payments_responsebody.rb', line 17

def initialize; end

Instance Method Details

#==(other) ⇒ Object



20
21
22
23
# File 'lib/gusto_embedded/models/operations/get_v1_companies_company_id_contractor_payments_responsebody.rb', line 20

def ==(other)
  return false unless other.is_a? self.class
  true
end