# `Stripe.Params.Issuing.PersonalizationDesignCreateParams.CarrierText`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/issuing/personalization_design_create_params.ex#L40)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.Issuing.PersonalizationDesignCreateParams.CarrierText{
  footer_body: map() | nil,
  footer_title: map() | nil,
  header_body: map() | nil,
  header_title: map() | nil
}
```

* `footer_body` - The footer body text of the carrier letter.
* `footer_title` - The footer title text of the carrier letter.
* `header_body` - The header body text of the carrier letter.
* `header_title` - The header title text of the carrier letter.

---

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