DodoPayments.ProductCollectionListItem (dodo_payments v0.1.0)

Copy Markdown View Source

A product-collection list item.

Summary

Types

t()

@type t() :: %DodoPayments.ProductCollectionListItem{
  created_at: String.t() | nil,
  description: String.t() | nil,
  extra: map(),
  id: String.t() | nil,
  image: String.t() | nil,
  name: String.t() | nil,
  products_count: number() | nil,
  updated_at: String.t() | nil
}