# `Stripe.Params.TestHelpers.Issuing.AuthorizationCreateParams.VerificationData.AuthenticationExemption`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/test_helpers/issuing/authorization_create_params.ex#L332)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.TestHelpers.Issuing.AuthorizationCreateParams.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*
