BumperCrop.UserResult (bumper_crop v0.1.0)

This struct represents an Employee in Rippling

Link to this section Summary

Link to this section Types

@type t() :: %BumperCrop.UserResult{
  billable_amount: Decimal.t() | nil,
  billable_hours: Decimal.t() | nil,
  currency: String.t() | nil,
  is_contractor: String.t() | nil,
  total_hours: Decimal.t() | nil,
  user_id: integer() | nil,
  user_name: String.t() | nil
}

Link to this section Functions