GameServer.Payments.ProviderProduct (game_server_core v1.0.994)

Copy Markdown

Maps an internal product to a provider-specific SKU or price id.

Summary

Types

t()

@type t() :: %GameServer.Payments.ProviderProduct{
  __meta__: term(),
  active: term(),
  currency: term(),
  external_id: term(),
  id: term(),
  inserted_at: term(),
  metadata: term(),
  product: term(),
  product_id: term(),
  provider: term(),
  purchases: term(),
  unit_amount: term(),
  updated_at: term()
}

Functions

changeset(provider_product, attrs)

providers()