StripeElixir.Params.Issuing.PersonalizationDesignCreateParams.CarrierText (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() ::
  %StripeElixir.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.