Procore.Model.RestV10ProjectsProjectIdBudgetChangesPostRequestProductionQuantitiesInner (procore_sdk v0.3.0)

Budget Change Adjustment Production Quantity

Summary

Types

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

Functions