Stripe.Resources.Issuing.PersonalizationDesign.CarrierText (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@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.