Procore.Model.RestV10ProjectsProjectIdBudgetChangesPostRequest (procore_sdk v0.3.0)

Budget Change Package information Input

Summary

Types

@type t() :: %Procore.Model.RestV10ProjectsProjectIdBudgetChangesPostRequest{
  adjustment_line_items:
    [
      Procore.Model.RestV10ProjectsProjectIdBudgetChangesPostRequestAdjustmentLineItemsInner.t()
    ]
    | nil,
  description: String.t() | nil,
  number: integer() | nil,
  production_quantities:
    [
      Procore.Model.RestV10ProjectsProjectIdBudgetChangesPostRequestProductionQuantitiesInner.t()
    ]
    | nil,
  prostore_file_ids: [integer()] | nil,
  status: String.t(),
  title: String.t() | nil
}

Functions