Class: GustoEmbedded::Shared::ContractorPaymentGroupMinimal
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Shared::ContractorPaymentGroupMinimal
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/shared/contractor_payment_group_minimal.rb
Overview
The summary of a contractor payment group.
Instance Method Summary collapse
-
#initialize(check_date: nil, company_uuid: nil, creation_token: nil, debit_date: nil, status: nil, totals: nil, uuid: nil) ⇒ ContractorPaymentGroupMinimal
constructor
A new instance of ContractorPaymentGroupMinimal.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(check_date: nil, company_uuid: nil, creation_token: nil, debit_date: nil, status: nil, totals: nil, uuid: nil) ⇒ ContractorPaymentGroupMinimal
Returns a new instance of ContractorPaymentGroupMinimal.
31 32 33 34 35 36 37 38 39 |
# File 'lib/gusto_embedded/models/shared/contractor_payment_group_minimal.rb', line 31 def initialize(check_date: nil, company_uuid: nil, creation_token: nil, debit_date: nil, status: nil, totals: nil, uuid: nil) @check_date = check_date @company_uuid = company_uuid @creation_token = creation_token @debit_date = debit_date @status = status @totals = totals @uuid = uuid end |