PolarExpress.Resources.Benefits (polar_express v0.2.0)

Copy Markdown View Source

Benefits

Benefits API operations.

Summary

Types

t()

@type t() :: %PolarExpress.Resources.Benefits{
  created_at: String.t() | nil,
  deletable: boolean() | nil,
  description: String.t() | nil,
  id: String.t() | nil,
  is_deleted: boolean() | nil,
  metadata: map() | nil,
  modified_at: term() | nil,
  organization_id: String.t() | nil,
  properties: map() | nil,
  selectable: boolean() | nil,
  type: String.t() | nil
}
  • created_at - Creation timestamp of the object. Format: date-time.
  • deletable - Whether the benefit is deletable.
  • description - The description of the benefit.
  • id - The ID of the benefit. Format: uuid4.
  • is_deleted - Whether the benefit is deleted.
  • metadata
  • modified_at - Last modification timestamp of the object.
  • organization_id - The ID of the organization owning the benefit. Format: uuid4.
  • properties
  • selectable - Whether the benefit is selectable when creating a product.
  • type

Functions

object_name()