Increase.ACHTransfers.ACHTransfer.PreferredEffectiveDate (Increase v1.0.0)

Copy Markdown View Source

Configuration for how the effective date of the transfer will be set. This determines same-day vs future-dated settlement timing. If not set, defaults to a settlement_schedule of same_day. If set, exactly one of the child attributes must be set.

Fields

  • date - A specific date in ISO 8601 format to use as the effective date when submitting this transfer.
  • settlement_schedule - A schedule by which Increase will choose an effective date for the transfer.

Summary

Types

t()

@type t() :: %Increase.ACHTransfers.ACHTransfer.PreferredEffectiveDate{
  date: Date.t() | nil,
  settlement_schedule: String.t() | nil
}