Class: Increase::Models::ACHTransfer::PreferredEffectiveDate
- Defined in:
- lib/increase/models/ach_transfer.rb
Instance Attribute Summary collapse
-
#date ⇒ String
A specific date in ISO 8601 format to use as the effective date when submitting this transfer.
-
#settlement_schedule ⇒ Symbol
A schedule by which Increase whill choose an effective date for the transfer.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#date ⇒ String
A specific date in ISO 8601 format to use as the effective date when submitting this transfer.
356 |
# File 'lib/increase/models/ach_transfer.rb', line 356 required :date, String |
#settlement_schedule ⇒ Symbol
A schedule by which Increase whill choose an effective date for the transfer.
361 |
# File 'lib/increase/models/ach_transfer.rb', line 361 required :settlement_schedule, Increase::Enum.new(:same_day, :future_dated) |