Procore.Model.RestV10ProjectsProjectIdBudgetChangesIdPatchRequestProductionQuantitiesInner (procore_sdk v0.3.0)

Budget Change Adjustment Production Quantity

Summary

Types

@type t() ::
  %Procore.Model.RestV10ProjectsProjectIdBudgetChangesIdPatchRequestProductionQuantitiesInner{
    _delete: boolean() | nil,
    change_event_production_quantity_id: float() | nil,
    comment: String.t() | nil,
    cost_code_id: integer(),
    description: String.t() | nil,
    id: integer() | nil,
    quantity: float(),
    ref: String.t() | nil,
    uom: String.t()
  }

Functions