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

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.Issuing.Token.NetworkData.WalletProvider.CardholderAddress{
    line1: String.t() | nil,
    postal_code: String.t() | nil
  }
```

* `line1` - The street address of the cardholder tokenizing the card. Max length: 5000.
* `postal_code` - The postal code of the cardholder tokenizing the card. Max length: 5000.

---

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