Class: GustoEmbedded::Operations::PostV1PayrollsPayrollUuidGeneratedDocumentsPrintablePayrollChecksRequestBody

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(printing_format: nil, starting_check_number: nil) ⇒ PostV1PayrollsPayrollUuidGeneratedDocumentsPrintablePayrollChecksRequestBody

Returns a new instance of PostV1PayrollsPayrollUuidGeneratedDocumentsPrintablePayrollChecksRequestBody.



21
22
23
24
# File 'lib/gusto_embedded/models/operations/post_v1_payrolls_payroll_uuid_generated_documents_printable_payroll_checks_requestbody.rb', line 21

def initialize(printing_format: nil, starting_check_number: nil)
  @printing_format = printing_format
  @starting_check_number = starting_check_number
end