# File generated from our OpenAPI spec defmodule Stripe.Params.QuoteAcceptParams do @moduledoc "Parameters for quote accept." @typedoc """ * `expand` - Specifies which fields in the response should be expanded. """ @type t :: %__MODULE__{} defstruct [:expand] end