# `Stripe.Resources.Issuing.PersonalizationDesign.CarrierText`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/issuing/personalization_design.ex#L62)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Issuing.PersonalizationDesign.CarrierText{
  footer_body: String.t() | nil,
  footer_title: String.t() | nil,
  header_body: String.t() | nil,
  header_title: String.t() | nil
}
```

* `footer_body` - The footer body text of the carrier letter. Max length: 5000. Nullable.
* `footer_title` - The footer title text of the carrier letter. Max length: 5000. Nullable.
* `header_body` - The header body text of the carrier letter. Max length: 5000. Nullable.
* `header_title` - The header title text of the carrier letter. Max length: 5000. Nullable.

---

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