Procore.Model.ArrayOfCostCodesErrorsInner (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.ArrayOfCostCodesErrorsInner{
  biller: String.t() | nil,
  biller_id: integer() | nil,
  biller_type: String.t() | nil,
  budgeted: boolean() | nil,
  code: String.t() | nil,
  created_at: DateTime.t() | nil,
  deleted_at: DateTime.t() | nil,
  errors:
    Procore.Model.RestV10WorkOrderContractsWorkOrderContractIdLineItemsSyncPatch200ResponseErrorsInnerAllOfErrors.t()
    | nil,
  full_code: String.t() | nil,
  id: integer() | nil,
  line_item_types: [Procore.Model.LineItemType.t()] | nil,
  name: String.t() | nil,
  origin_data: String.t() | nil,
  origin_id: String.t() | nil,
  parent: Procore.Model.ExtendedParent.t() | nil,
  position: integer() | nil,
  sortable_code: String.t() | nil,
  standard_cost_code_id: integer() | nil,
  standard_cost_code_list_id: integer() | nil,
  updated_at: DateTime.t() | nil
}

Functions