Class: GustoEmbedded::Shared::PayrollCreditBlockersTypeUnblockOptions

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(check_date: nil, metadata: nil, unblock_type: nil) ⇒ PayrollCreditBlockersTypeUnblockOptions

Returns a new instance of PayrollCreditBlockersTypeUnblockOptions.



23
24
25
26
27
# File 'lib/gusto_embedded/models/shared/payroll_credit_blockers_type_unblock_options.rb', line 23

def initialize(check_date: nil, metadata: nil, unblock_type: nil)
  @check_date = check_date
  @metadata = 
  @unblock_type = unblock_type
end