Polarex.BenefitPublic (Polarex v0.2.0)

View Source

Provides struct and type for a BenefitPublic

Summary

Types

t()

@type t() :: %Polarex.BenefitPublic{
  created_at: DateTime.t(),
  deletable: boolean(),
  description: String.t(),
  id: String.t(),
  modified_at: DateTime.t() | nil,
  organization_id: String.t(),
  selectable: boolean(),
  type: String.t()
}