Class: Increase::Models::ACHTransfer::PreferredEffectiveDate

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/increase/models/ach_transfer.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#[], #inspect, #to_h, #to_s

Instance Attribute Details

#dateString

A specific date in ISO 8601 format to use as the effective date when submitting this transfer.

Returns:

  • (String)


356
# File 'lib/increase/models/ach_transfer.rb', line 356

required :date, String

#settlement_scheduleSymbol

A schedule by which Increase whill choose an effective date for the transfer.

Returns:

  • (Symbol)


361
# File 'lib/increase/models/ach_transfer.rb', line 361

required :settlement_schedule, Increase::Enum.new(:same_day, :future_dated)