Stripe.Params.Issuing.PersonalizationDesignCreateParams.CarrierText (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

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