# `PhoenixKitBilling.Providers.Types.ProviderInfo`
[🔗](https://github.com/BeamLabEU/phoenix_kit_billing/blob/0.5.1/lib/phoenix_kit_billing/providers/types/provider_info.ex#L1)

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

# `t`

```elixir
@type t() :: %PhoenixKitBilling.Providers.Types.ProviderInfo{
  color: String.t(),
  description: String.t() | nil,
  icon: String.t(),
  name: String.t()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
