Retrieve billing cycle statements for credit accounts.
Summary
Functions
Retrieves a credit statement by token.
Retrieves a credit statement. Raises on error.
Lists line items for a specific statement.
Lists credit statement records on a credit account.
Lists credit statement records. Raises on error.
Retrieves payment info for a specific statement.
Returns a lazy stream of all credit statement records for an account.
Functions
@spec get(String.t(), String.t(), keyword()) :: {:ok, map()} | {:error, Marqeta.Error.t()}
Retrieves a credit statement by token.
Retrieves a credit statement. Raises on error.
@spec line_items(String.t(), String.t(), map(), keyword()) :: {:ok, map()} | {:error, Marqeta.Error.t()}
Lists line items for a specific statement.
@spec list(String.t(), map(), keyword()) :: {:ok, map()} | {:error, Marqeta.Error.t()}
Lists credit statement records on a credit account.
Lists credit statement records. Raises on error.
@spec payment_info(String.t(), String.t(), keyword()) :: {:ok, map()} | {:error, Marqeta.Error.t()}
Retrieves payment info for a specific statement.
@spec stream(String.t(), map()) :: Enumerable.t()
Returns a lazy stream of all credit statement records for an account.