PhoenixKit.Modules.Billing.Providers.Types.ProviderInfo (phoenix_kit v1.7.69)

Copy Markdown View Source

Struct for payment provider display information.

Fields

  • name - Human-readable provider name (e.g., "Stripe")
  • icon - Icon identifier for rendering
  • color - Brand color hex code
  • description - Short description of the provider

Summary

Types

t()

@type t() :: %PhoenixKit.Modules.Billing.Providers.Types.ProviderInfo{
  color: String.t(),
  description: String.t() | nil,
  icon: String.t(),
  name: String.t()
}