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

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.TestHelpers.Issuing.AuthorizationCreateParams.NetworkData{
  acquiring_institution_id: String.t() | nil
}
```

* `acquiring_institution_id` - Identifier assigned to the acquirer by the card network. Max length: 5000.

---

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