Increase.AccountNumbers.AccountNumber.InboundACH (Increase v1.0.0)

Copy Markdown View Source

Properties related to how this Account Number handles inbound ACH transfers.

Fields

  • debit_status - Whether ACH debits are allowed against this Account Number. Note that they will still be declined if this is allowed if the Account Number is not active.

Summary

Types

t()

@type t() :: %Increase.AccountNumbers.AccountNumber.InboundACH{
  debit_status: String.t()
}