Increase.PhysicalCardProfiles.PhysicalCardProfile.FrontText (Increase v1.0.0)

Copy Markdown View Source

Text printed on the front of the card. Reach out to support@increase.com for more information.

Fields

  • line1 - The first line of text on the front of the card.
  • line2 - The second line of text on the front of the card. Providing a second line moves the first line slightly higher and prints the second line in the spot where the first line would have otherwise been printed.

Summary

Types

t()

@type t() :: %Increase.PhysicalCardProfiles.PhysicalCardProfile.FrontText{
  line1: String.t(),
  line2: String.t() | nil
}