Procore.Model.Rfq4 (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.Rfq4{
  assigned:
    Procore.Model.RestV10ProjectsProjectIdWorkLogsGet200ResponseInnerCreatedBy.t()
    | nil,
  change_order_packages: Procore.Model.RfqChangeOrderPackages.t() | nil,
  commitment_change_order_packages:
    Procore.Model.RfqChangeOrderPackages.t() | nil,
  commitment_contract_id: integer() | nil,
  commitment_potential_change_orders:
    Procore.Model.RfqPotentialChangeOrders.t() | nil,
  cost_code:
    Procore.Model.RestV10WorkOrderContractsPost201ResponseLineItemsInnerCostCode.t()
    | nil,
  created_at: DateTime.t() | nil,
  created_by:
    Procore.Model.RestV10ProjectsProjectIdWorkLogsGet200ResponseInnerCreatedBy.t()
    | nil,
  deleted_at: DateTime.t() | nil,
  description: String.t() | nil,
  due_date: Date.t() | nil,
  estimated_amount: float() | nil,
  estimated_schedule_impact: integer() | nil,
  estimated_status: String.t() | nil,
  id: integer() | nil,
  intent_to_quote: boolean() | nil,
  location: Procore.Model.Location.t() | nil,
  number: String.t() | nil,
  original_quote: float() | nil,
  position: integer() | nil,
  potential_change_orders: Procore.Model.RfqPotentialChangeOrders.t() | nil,
  private: boolean() | nil,
  prostore_file_ids: [integer()] | nil,
  quotes: [Procore.Model.RfqQuote2.t()] | nil,
  responses: [Procore.Model.RfqResponse2.t()] | nil,
  specification_section: Procore.Model.RfqSpecificationSection.t() | nil,
  status: String.t() | nil,
  title: String.t() | nil,
  updated_at: DateTime.t() | nil
}

Functions