# `Stripe.Resources.Identity.VerificationSession.Redaction`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/identity/verification_session.ex#L219)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Identity.VerificationSession.Redaction{
  status: String.t() | nil
}
```

* `status` - Indicates whether this object and its related objects have been redacted or not. Possible values: `processing`, `redacted`.

---

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