Procore.Model.BudgetModification (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.BudgetModification{
  from_budget_line_item_id: integer() | nil,
  notes: String.t() | nil,
  origin_data: String.t() | nil,
  origin_id: String.t() | nil,
  to_budget_line_item_id: integer(),
  transfer_amount: String.t()
}

Functions