Lithic.Resources.FraudReports (Lithic v1.0.0)

Copy Markdown View Source

Fraud reports — create/update and retrieve.

Summary

Functions

create_or_update(params, opts \\ [])

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

get(transaction_token, opts \\ [])

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