Rapyd.Types.Pagination (rapyd v1.0.0)

Copy Markdown View Source

Cursor-based pagination parameters for list endpoints.

Summary

Types

t()

@type t() :: %Rapyd.Types.Pagination{
  ending_before: String.t() | nil,
  limit: non_neg_integer() | nil,
  starting_after: String.t() | nil
}