Procore.Model.FinancialMarkupWbsCode (procore_sdk v0.3.0)

WBS Code to which the markup percentage will be applied on a project's budget.

Summary

Types

@type t() :: %Procore.Model.FinancialMarkupWbsCode{
  description: String.t() | nil,
  flat_code: String.t() | nil,
  id: integer() | nil,
  segment_items:
    [Procore.Model.FinancialMarkupWbsCodeSegmentItemsInner.t()] | nil
}

Functions