Procore.Model.RestV10VendorsSyncPatch200ResponseErrorsInner (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.RestV10VendorsSyncPatch200ResponseErrorsInner{
  abbreviated_name: String.t() | nil,
  address: String.t() | nil,
  attachments:
    [Procore.Model.RestV10WorkOrderContractsPost201ResponseAttachmentsInner.t()]
    | nil,
  authorized_bidder: boolean() | nil,
  business_phone: String.t() | nil,
  business_register: Procore.Model.NormalViewBusinessRegister.t() | nil,
  city: String.t() | nil,
  company: String.t() | nil,
  contact_count: integer() | nil,
  country_code: String.t() | nil,
  created_at: DateTime.t() | nil,
  email_address: String.t() | nil,
  errors:
    Procore.Model.RestV10WorkOrderContractsWorkOrderContractIdLineItemsSyncPatch200ResponseErrorsInnerAllOfErrors.t()
    | nil,
  fax_number: String.t() | nil,
  id: integer() | nil,
  is_active: boolean() | nil,
  labor_union: String.t() | nil,
  license_number: String.t() | nil,
  logo: String.t() | nil,
  mobile_phone: String.t() | nil,
  name: String.t() | nil,
  non_union_prevailing_wage: boolean() | nil,
  notes: String.t() | nil,
  origin_code: String.t() | nil,
  origin_data: String.t() | nil,
  origin_id: String.t() | nil,
  prequalified: boolean() | nil,
  primary_contact: Procore.Model.NormalViewPrimaryContact.t() | nil,
  state_code: String.t() | nil,
  synced_to_erp: boolean() | nil,
  trade_name: String.t() | nil,
  union_member: boolean() | nil,
  updated_at: DateTime.t() | nil,
  vendor_group: Procore.Model.NormalViewVendorGroup.t() | nil,
  website: String.t() | nil,
  zip: String.t() | nil
}

Functions