Stripe.Params.TestHelpers.Issuing.PersonalizationDesignRejectParams (tiger_stripe v0.3.0)

Copy Markdown View Source

Parameters for personalization design reject.

Summary

Types

rejection_reasons()

@type rejection_reasons() :: %{
  optional(:card_logo) => [String.t()] | nil,
  optional(:carrier_text) => [String.t()] | nil,
  optional(String.t()) => term()
}
  • card_logo - The reason(s) the card logo was rejected.
  • carrier_text - The reason(s) the carrier text was rejected.

t()

@type t() :: %Stripe.Params.TestHelpers.Issuing.PersonalizationDesignRejectParams{
  expand: [String.t()] | nil,
  rejection_reasons: rejection_reasons()
}
  • expand - Specifies which fields in the response should be expanded.
  • rejection_reasons - The reason(s) the personalization design was rejected.