# `Stripe.Resources.DeletedApplication`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/deleted_application.ex#L2)

DeletedApplication

# `t`

```elixir
@type t() :: %Stripe.Resources.DeletedApplication{
  deleted: boolean(),
  id: String.t(),
  name: String.t(),
  object: String.t()
}
```

* `deleted` - Always true for a deleted object Possible values: `true`.
* `id` - Unique identifier for the object. Max length: 5000.
* `name` - The name of the application. Max length: 5000. Nullable.
* `object` - String representing the object's type. Objects of the same type share the same value. Possible values: `application`.

# `object_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
