# `Stripe.Resources.Issuing.Token.NetworkData.Visa`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/issuing/token.ex#L122)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Issuing.Token.NetworkData.Visa{
  card_reference_id: String.t() | nil,
  token_reference_id: String.t() | nil,
  token_requestor_id: String.t() | nil,
  token_risk_score: String.t() | nil
}
```

* `card_reference_id` - A unique reference ID from Visa to represent the card account number. Max length: 5000.
* `token_reference_id` - The network-unique identifier for the token. Max length: 5000.
* `token_requestor_id` - The ID of the entity requesting tokenization, specific to Visa. Max length: 5000.
* `token_risk_score` - Degree of risk associated with the token between `01` and `99`, with higher number indicating higher risk. A `00` value indicates the token was not scored by Visa. Max length: 5000.

---

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