Class: GustoEmbedded::Shared::PayrollCheck

Inherits:
Crystalline::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/gusto_embedded/models/shared/payroll_check.rb

Overview

Example response

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(employee_check_number_mapping: nil, payroll_uuid: nil, printing_format: nil, request_uuid: nil, starting_check_number: nil, status: nil) ⇒ PayrollCheck

Returns a new instance of PayrollCheck.



29
30
31
32
33
34
35
36
# File 'lib/gusto_embedded/models/shared/payroll_check.rb', line 29

def initialize(employee_check_number_mapping: nil, payroll_uuid: nil, printing_format: nil, request_uuid: nil, starting_check_number: nil, status: nil)
  @employee_check_number_mapping = employee_check_number_mapping
  @payroll_uuid = payroll_uuid
  @printing_format = printing_format
  @request_uuid = request_uuid
  @starting_check_number = starting_check_number
  @status = status
end