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