Procore.Model.RestV10ProjectsProjectIdBudgetChangesIdPatchRequest (procore_sdk v0.3.0)

Budget Change Package information Input

Summary

Types

@type t() :: %Procore.Model.RestV10ProjectsProjectIdBudgetChangesIdPatchRequest{
  adjustment_line_items:
    [
      Procore.Model.RestV10ProjectsProjectIdBudgetChangesIdPatchRequestAdjustmentLineItemsInner.t()
    ]
    | nil,
  description: String.t() | nil,
  id: integer() | nil,
  number: integer() | nil,
  production_quantities:
    [
      Procore.Model.RestV10ProjectsProjectIdBudgetChangesIdPatchRequestProductionQuantitiesInner.t()
    ]
    | nil,
  prostore_file_ids: [integer()] | nil,
  status: String.t() | nil,
  title: String.t() | nil
}

Functions