Procore.Model.RestV10ProjectsProjectIdContractsContractIdInvoiceConfigurationGet200ResponseRetainageRuleSet (procore_sdk v0.3.0)

A set of rules to control how retainage is applied to invoices of a contract

Summary

Types

@type t() ::
  %Procore.Model.RestV10ProjectsProjectIdContractsContractIdInvoiceConfigurationGet200ResponseRetainageRuleSet{
    contract_id: integer() | nil,
    id: integer() | nil,
    name: String.t() | nil,
    retainage_rules:
      [
        Procore.Model.RestV10ProjectsProjectIdContractsContractIdInvoiceConfigurationGet200ResponseRetainageRuleSetRetainageRulesInner.t()
      ]
      | nil
  }

Functions