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