Class: GustoEmbedded::Operations::GetV1ContractorPaymentsContractorPaymentUuidFundResponse
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Operations::GetV1ContractorPaymentsContractorPaymentUuidFundResponse
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/operations/get_v1_contractor_payments_contractor_payment_uuid_fund_response.rb
Instance Method Summary collapse
-
#initialize(content_type: nil, raw_response: nil, status_code: nil, contractor_payment: nil, unprocessable_entity_error_object: nil) ⇒ GetV1ContractorPaymentsContractorPaymentUuidFundResponse
constructor
A new instance of GetV1ContractorPaymentsContractorPaymentUuidFundResponse.
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, contractor_payment: nil, unprocessable_entity_error_object: nil) ⇒ GetV1ContractorPaymentsContractorPaymentUuidFundResponse
Returns a new instance of GetV1ContractorPaymentsContractorPaymentUuidFundResponse.
30 31 32 33 34 35 36 |
# File 'lib/gusto_embedded/models/operations/get_v1_contractor_payments_contractor_payment_uuid_fund_response.rb', line 30 def initialize(content_type: nil, raw_response: nil, status_code: nil, contractor_payment: nil, unprocessable_entity_error_object: nil) @content_type = content_type @raw_response = raw_response @status_code = status_code @contractor_payment = contractor_payment @unprocessable_entity_error_object = unprocessable_entity_error_object end |