Credit products — prime rates, extended credit, interest tiers, loan tapes, and statements.
Summary
Functions
@spec create_interest_tier_schedule(String.t(), map(), keyword()) :: {:ok, map()} | {:error, Lithic.Error.t()}
@spec delete_interest_tier_schedule(String.t(), String.t(), keyword()) :: {:ok, map()} | {:error, Lithic.Error.t()}
@spec get_extended_credit( String.t(), keyword() ) :: {:ok, map()} | {:error, Lithic.Error.t()}
@spec get_interest_tier_schedule(String.t(), String.t(), keyword()) :: {:ok, map()} | {:error, Lithic.Error.t()}
@spec get_loan_tape(String.t(), String.t(), keyword()) :: {:ok, map()} | {:error, Lithic.Error.t()}
@spec get_prime_rates( String.t(), keyword() ) :: {:ok, map()} | {:error, Lithic.Error.t()}
@spec get_statement(String.t(), String.t(), keyword()) :: {:ok, map()} | {:error, Lithic.Error.t()}
@spec list_interest_tier_schedules( String.t(), keyword() ) :: {:ok, Lithic.Page.t(map())} | {:error, Lithic.Error.t()}
@spec list_loan_tapes( String.t(), keyword() ) :: {:ok, Lithic.Page.t(map())} | {:error, Lithic.Error.t()}
@spec list_statement_line_items(String.t(), String.t(), keyword()) :: {:ok, Lithic.Page.t(map())} | {:error, Lithic.Error.t()}
@spec list_statements( String.t(), keyword() ) :: {:ok, Lithic.Page.t(map())} | {:error, Lithic.Error.t()}
@spec post_prime_rate(String.t(), map(), keyword()) :: {:ok, map()} | {:error, Lithic.Error.t()}