Ingram.Marketplace.Model.Pagination (Ingram Marketplace API v1.4.6) View Source

The information about the returned results, including the current position of the returned range (offset), total number of items in the returned range (limit), and total number of items in the whole collection (total).

Link to this section Summary

Link to this section Types

Specs

t() :: %Ingram.Marketplace.Model.Pagination{
  limit: float(),
  offset: float(),
  total: float()
}