Procore.Model.Body88Markup (procore_sdk v0.3.0)

Summary

Types

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

Functions