Athena.Inventory.Event.Total (athena_logistics v1.0.0)
Event Total Model
Link to this section Summary
Link to this section Types
@type t() :: %Athena.Inventory.Event.Total{ __meta__: term(), amount: non_neg_integer(), event: Ecto.Schema.belongs_to(Athena.Inventory.Event.t()), event_id: Ecto.UUID.t(), inserted_at: DateTime.t(), item: Ecto.Schema.belongs_to(Athena.Inventory.Item.t()), item_group: Ecto.Schema.has_one(Athena.Inventory.ItemGroup.t()), item_id: Ecto.UUID.t() }