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

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Issuing.PersonalizationDesign.RejectionReasons{
  card_logo: [String.t()] | nil,
  carrier_text: [String.t()] | nil
}
  • card_logo - The reason(s) the card logo was rejected. Nullable.
  • carrier_text - The reason(s) the carrier text was rejected. Nullable.