PolarExpress.Params.LicenseKeysListLicenseKeysParams
(polar_express v0.1.5)
Copy Markdown
View Source
Parameters for license keys list license keys.
Summary
Types
@type t() :: %PolarExpress.Params.LicenseKeysListLicenseKeysParams{ benefit_id: map() | nil, limit: integer() | nil, organization_id: map() | nil, page: integer() | nil }
benefit_id- Filter by benefit ID.limit- Size of a page, defaults to 10. Maximum is 100.organization_id- Filter by organization ID.page- Page number, defaults to 1.