Procore.Model.TimeAndMaterialEntry1 (procore_sdk v0.3.0)

Time and Material Entry Object

Summary

Types

@type t() :: %Procore.Model.TimeAndMaterialEntry1{
  company_signature_id: integer() | nil,
  company_signee_party_id: integer() | nil,
  customer_signature_id: integer() | nil,
  customer_signee_party_id: integer() | nil,
  description: String.t() | nil,
  drawing_revision_ids: [integer()] | nil,
  file_version_ids: [integer()] | nil,
  form_ids: [integer()] | nil,
  image_ids: [integer()] | nil,
  name: String.t() | nil,
  number: integer() | nil,
  private: boolean() | nil,
  reference_number: String.t() | nil,
  status: String.t() | nil,
  upload_ids: [String.t()] | nil,
  work_performed_on_date: String.t() | nil
}

Functions