Packages
🚂 Complete Polar SDK for Elixir with 1:1 feature parity to the official JavaScript SDK. Full API coverage. Fully typed per-event modules. Modern stack: Finch HTTP/2, RustyJSON, connection pooling, automatic retries, OAuth, webhooks, telemetry, explicit client options, streaming pagination.
Current section
Files
Jump to
Current section
Files
lib/polar_express/params/subscriptions_export_subscriptions_params.ex
# File generated from our OpenAPI spec
defmodule PolarExpress.Params.SubscriptionsExportSubscriptionsParams do
@moduledoc "Parameters for subscriptions export subscriptions."
@typedoc """
* `organization_id` - Filter by organization ID.
"""
@type t :: %__MODULE__{
organization_id: map() | nil
}
defstruct [:organization_id]
end