BumperCrop.Task (bumper_crop v0.2.0)

This struct represents a Task in Harvest

Link to this section Summary

Link to this section Types

@type t() :: %BumperCrop.Task{
  billable_by_default: boolean() | nil,
  created_at: DateTime.t() | nil,
  default_hourly_rate: Decimal.t() | nil,
  id: integer() | nil,
  is_active: boolean() | nil,
  is_default: boolean() | nil,
  name: String.t() | nil,
  updated_at: DateTime.t() | nil
}

Link to this section Functions