Procore.Model.LineItem1 (procore_sdk v0.3.0)

The Line Item object

Summary

Types

@type t() :: %Procore.Model.LineItem1{
  amount: String.t() | nil,
  cost_code_id: integer() | nil,
  description: String.t() | nil,
  extended_type: String.t() | nil,
  id: integer() | nil,
  line_item_type_id: integer() | nil,
  origin_data: String.t() | nil,
  origin_id: String.t() | nil,
  quantity: String.t() | nil,
  tax_code_id: integer() | nil,
  unit_cost: String.t() | nil,
  uom: String.t() | nil,
  wbs_code_id: integer() | nil
}

Functions