MollieEx.List (mollie_ex v0.3.0)

Copy Markdown View Source

Paginated list returned by the Mollie API.

data contains hydrated resources. raw preserves the original decoded Mollie list payload with upstream JSON casing unchanged.

Summary

Types

t()

@type t() :: t(term())

t(item)

@type t(item) :: %MollieEx.List{
  count: non_neg_integer(),
  data: [item],
  links: %{optional(String.t()) => MollieEx.Types.Link.t() | term()},
  raw: map()
}