Lithic.Resources.FundingEvents (Lithic v1.0.0)

Copy Markdown View Source

Funding events — program-level fund collection.

Summary

Functions

get(funding_event_token, opts \\ [])

@spec get(
  String.t(),
  keyword()
) :: {:ok, map()} | {:error, Lithic.Error.t()}

get_details(funding_event_token, opts \\ [])

@spec get_details(
  String.t(),
  keyword()
) :: {:ok, map()} | {:error, Lithic.Error.t()}

list(opts \\ [])

@spec list(keyword()) :: {:ok, Lithic.Page.t(map())} | {:error, Lithic.Error.t()}