Lending-enhanced accounts payable data.
Provides enriched AP data — outstanding bills, supplier concentration, payment terms analysis, and cash flow projections.
Summary
Functions
@spec bill_payments(Codat.Client.t() | String.t(), String.t() | keyword(), keyword()) :: {:ok, map()} | {:error, Codat.Error.t()}
Returns supplier bill payments.
@spec bills(Codat.Client.t() | String.t(), String.t() | keyword(), keyword()) :: {:ok, map()} | {:error, Codat.Error.t()}
Returns enhanced bills.
@spec suppliers(Codat.Client.t() | String.t(), String.t() | keyword(), keyword()) :: {:ok, map()} | {:error, Codat.Error.t()}
Returns enhanced suppliers.