# `Stripe.Resources.Account.Company.AddressKanji`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/account.ex#L493)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Account.Company.AddressKanji{
  city: String.t() | nil,
  country: String.t() | nil,
  line1: String.t() | nil,
  line2: String.t() | nil,
  postal_code: String.t() | nil,
  state: String.t() | nil,
  town: String.t() | nil
}
```

* `city` - City/Ward. Max length: 5000. Nullable.
* `country` - Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)). Max length: 5000. Nullable.
* `line1` - Block/Building number. Max length: 5000. Nullable.
* `line2` - Building details. Max length: 5000. Nullable.
* `postal_code` - ZIP or postal code. Max length: 5000. Nullable.
* `state` - Prefecture. Max length: 5000. Nullable.
* `town` - Town/cho-me. Max length: 5000. Nullable.

---

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