# `Gamend.Payments.Product`
[🔗](https://github.com/appsinacup/gamend/blob/v1.0.7/lib/gamend/payments/product.ex#L1)

Internal product sold by one or more payment providers.

# `t`

```elixir
@type t() :: %Gamend.Payments.Product{
  __meta__: term(),
  active: term(),
  description: term(),
  grant_config: term(),
  id: term(),
  inserted_at: term(),
  kind: term(),
  metadata: term(),
  provider_products: term(),
  purchases: term(),
  sku: term(),
  title: term(),
  updated_at: term()
}
```

# `changeset`

# `kinds`

---

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