# `Stripe.Resources.Issuing.Authorization.VerificationData.AuthenticationExemption`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/issuing/authorization.ex#L522)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.Issuing.Authorization.VerificationData.AuthenticationExemption{
    claimed_by: String.t() | nil,
    type: String.t() | nil
  }
```

* `claimed_by` - The entity that requested the exemption, either the acquiring merchant or the Issuing user. Possible values: `acquirer`, `issuer`.
* `type` - The specific exemption claimed for this authorization. Possible values: `low_value_transaction`, `transaction_risk_analysis`, `unknown`.

---

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