# `Stripe.Params.V2.Core.AccountCreateParams.Configuration.Merchant.ScriptStatementDescriptor`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/v2/core/account_create_params.ex#L1020)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.V2.Core.AccountCreateParams.Configuration.Merchant.ScriptStatementDescriptor{
    kana:
      Stripe.Params.V2.Core.AccountCreateParams.Configuration.Merchant.ScriptStatementDescriptor.Kana.t()
      | nil,
    kanji:
      Stripe.Params.V2.Core.AccountCreateParams.Configuration.Merchant.ScriptStatementDescriptor.Kanji.t()
      | nil
  }
```

* `kana` - The Kana variation of statement_descriptor used for charges in Japan. Japanese statement descriptors have [special requirements](https://docs.stripe.com/get-started/account/statement-descriptors#set-japanese-statement-descriptors).
* `kanji` - The Kanji variation of statement_descriptor used for charges in Japan. Japanese statement descriptors have [special requirements](https://docs.stripe.com/get-started/account/statement-descriptors#set-japanese-statement-descriptors).

---

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