StripeElixir.Params.TestHelpers.Issuing.PersonalizationDesignRejectParams.RejectionReasons (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

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