BumperCrop.TimeEntry.TaskAssignment (bumper_crop v0.2.0)

This struct represents a TimeEntry.TaskAssignment in Harvest

Link to this section Summary

Link to this section Types

@type t() :: %BumperCrop.TimeEntry.TaskAssignment{
  billable: boolean() | nil,
  budget: Decimal.t() | nil,
  created_at: Decimal.t() | nil,
  hourly_rate: Decimal.t() | nil,
  id: integer() | nil,
  is_active: boolean() | nil,
  updated_at: Decimal.t() | nil
}

Link to this section Functions