Account products are bank-configured templates (interest rate tiers, fee
schedules, eligibility rules) that TreasuryPrime.Accounts are created
under. They're configured by your bank partner / in the Bank Console, so
this resource is read-only — use it to look up which products are
available to offer when submitting an TreasuryPrime.AccountApplication.
Summary
Functions
Fetches a single account product by id.
Lists account products available to your organization.
Types
Functions
@spec get(TreasuryPrime.Client.t(), String.t()) :: {:ok, t()} | {:error, TreasuryPrime.Error.t()}
Fetches a single account product by id.
@spec get!(TreasuryPrime.Client.t(), String.t()) :: t()
@spec list(TreasuryPrime.Client.t(), map()) :: {:ok, TreasuryPrime.Page.t()} | {:error, TreasuryPrime.Error.t()}
Lists account products available to your organization.
@spec list!(TreasuryPrime.Client.t(), map()) :: TreasuryPrime.Page.t()