Procore.Model.Body89Markup (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.Body89Markup{
  applies_to_all: boolean() | nil,
  compound: Procore.Model.FinancialMarkupCompound.t() | nil,
  markup_conditions:
    [Procore.Model.Body89MarkupMarkupConditionsInner.t()] | nil,
  markup_set: String.t() | nil,
  name: String.t() | nil,
  percentage: String.t() | nil,
  position: integer() | nil,
  prime_line_item_id: integer() | nil,
  wbs_code_id: integer() | nil
}

Functions