defmodule Stripe.DeletedExternalAccount do use Stripe.Entity @moduledoc nil ( defstruct [] @typedoc "The `deleted_external_account` type.\n\n\n" @type t :: %__MODULE__{} ) end