GameServer.Payments.Product (game_server_core v1.0.994)

Copy Markdown

Internal product sold by one or more payment providers.

Summary

Types

t()

@type t() :: %GameServer.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()
}

Functions

changeset(product, attrs)

kinds()