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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Account.Settings.Payments{
  statement_descriptor: String.t() | nil,
  statement_descriptor_kana: String.t() | nil,
  statement_descriptor_kanji: String.t() | nil,
  statement_descriptor_prefix_kana: String.t() | nil,
  statement_descriptor_prefix_kanji: String.t() | nil
}
```

* `statement_descriptor` - The default text that appears on credit card statements when a charge is made. This field prefixes any dynamic `statement_descriptor` specified on the charge. Max length: 5000. Nullable.
* `statement_descriptor_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). Max length: 5000. Nullable.
* `statement_descriptor_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). Max length: 5000. Nullable.
* `statement_descriptor_prefix_kana` - The Kana variation of `statement_descriptor_prefix` used for card charges in Japan. Japanese statement descriptors have [special requirements](https://docs.stripe.com/get-started/account/statement-descriptors#set-japanese-statement-descriptors). Max length: 5000. Nullable.
* `statement_descriptor_prefix_kanji` - The Kanji variation of `statement_descriptor_prefix` used for card charges in Japan. Japanese statement descriptors have [special requirements](https://docs.stripe.com/get-started/account/statement-descriptors#set-japanese-statement-descriptors). Max length: 5000. Nullable.

---

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