Class: GustoEmbedded::Shared::PayrollPaymentSpeedChangedType

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

Overview

Only applicable when a payroll is moved to four day processing instead of fast ach.

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(current_check_date: nil, current_debit_date: nil, original_check_date: nil, original_debit_date: nil, reason: nil) ⇒ PayrollPaymentSpeedChangedType

Returns a new instance of PayrollPaymentSpeedChangedType.



27
28
29
30
31
32
33
# File 'lib/gusto_embedded/models/shared/payroll_payment_speed_changed_type.rb', line 27

def initialize(current_check_date: nil, current_debit_date: nil, original_check_date: nil, original_debit_date: nil, reason: nil)
  @current_check_date = current_check_date
  @current_debit_date = current_debit_date
  @original_check_date = original_check_date
  @original_debit_date = original_debit_date
  @reason = reason
end