# File generated from our OpenAPI spec defmodule Stripe.Params.Issuing.PhysicalBundleRetrieveParams do @moduledoc "Parameters for physical bundle retrieve." @typedoc """ * `expand` - Specifies which fields in the response should be expanded. """ @type t :: %__MODULE__{ expand: [String.t()] | nil } defstruct [:expand] end