PolarExpress.Params.CustomerPortal.DownloadablesListDownloadablesParams (polar_express v0.1.5)

Copy Markdown View Source

Parameters for downloadables list downloadables.

Summary

Types

t()

@type t() :: %PolarExpress.Params.CustomerPortal.DownloadablesListDownloadablesParams{
  benefit_id: map() | nil,
  limit: integer() | nil,
  page: integer() | nil
}
  • benefit_id - Filter by benefit ID.
  • limit - Size of a page, defaults to 10. Maximum is 100.
  • page - Page number, defaults to 1.