Procore.Model.RestV10BudgetLineItemsPost201Response (procore_sdk v0.3.0)

Budget Line Item

Summary

Types

@type t() :: %Procore.Model.RestV10BudgetLineItemsPost201Response{
  approved_budget_changes: float() | nil,
  budget_forecast: float() | nil,
  calculation_strategy: String.t() | nil,
  committed_costs: float() | nil,
  cost_code:
    Procore.Model.RestV10BudgetLineItemsPost201ResponseCostCode.t() | nil,
  currency_configuration:
    Procore.Model.RestV11BudgetLineItemsPost201ResponseCurrencyConfiguration.t()
    | nil,
  direct_costs: float() | nil,
  division:
    Procore.Model.RestV10BudgetLineItemsPost201ResponseDivision.t() | nil,
  estimated_cost_at_completion: float() | nil,
  id: integer() | nil,
  line_item_type:
    Procore.Model.RestV10BudgetLineItemsPost201ResponseLineItemType.t() | nil,
  original_budget_amount: float() | nil,
  pending_budget_changes: float() | nil,
  pending_cost_changes: float() | nil,
  projected_budget: float() | nil,
  projected_costs: float() | nil,
  projected_over_under: float() | nil,
  quantity: float() | nil,
  revised_budget: float() | nil,
  unit_cost: float() | nil,
  uom: String.t() | nil
}

Functions