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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Account.Settings.CardPayments{
  decline_on:
    Stripe.Resources.Account.Settings.CardPayments.DeclineOn.t() | nil,
  statement_descriptor_prefix: String.t() | nil,
  statement_descriptor_prefix_kana: String.t() | nil,
  statement_descriptor_prefix_kanji: String.t() | nil
}
```

* `decline_on`
* `statement_descriptor_prefix` - 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. `statement_descriptor_prefix` is useful for maximizing descriptor space for the dynamic portion. Max length: 5000. Nullable.
* `statement_descriptor_prefix_kana` - The Kana variation of the default text that appears on credit card statements when a charge is made (Japan only). This field prefixes any dynamic `statement_descriptor_suffix_kana` specified on the charge. `statement_descriptor_prefix_kana` is useful for maximizing descriptor space for the dynamic portion. Max length: 5000. Nullable.
* `statement_descriptor_prefix_kanji` - The Kanji variation of the default text that appears on credit card statements when a charge is made (Japan only). This field prefixes any dynamic `statement_descriptor_suffix_kanji` specified on the charge. `statement_descriptor_prefix_kanji` is useful for maximizing descriptor space for the dynamic portion. Max length: 5000. Nullable.

---

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