Procore.Model.RestV10VendorsIdGet200ResponseOneOf1 (procore_sdk v0.3.0)

Vendor Directory View

Summary

Types

@type t() :: %Procore.Model.RestV10VendorsIdGet200ResponseOneOf1{
  abbreviated_name: String.t() | nil,
  address: String.t() | nil,
  attachments: [Procore.Model.NormalViewAttachmentsInner.t()] | nil,
  authorized_bidder: boolean() | nil,
  bidding:
    Procore.Model.RestV10VendorsIdGet200ResponseOneOf1AllOfBidding.t() | nil,
  bidding_distribution:
    [
      Procore.Model.RestV10VendorsIdGet200ResponseOneOf1AllOfBiddingDistributionInner.t()
    ]
    | nil,
  business:
    Procore.Model.RestV10VendorsIdGet200ResponseOneOf1AllOfBusiness.t() | nil,
  business_id: String.t() | nil,
  business_phone: String.t() | nil,
  business_register: Procore.Model.NormalViewBusinessRegister.t() | nil,
  city: String.t() | nil,
  company_vendor: boolean() | nil,
  contract_signer:
    Procore.Model.RestV10VendorsIdGet200ResponseOneOf1AllOfContractSigner.t()
    | nil,
  country_name: String.t() | nil,
  created_at: DateTime.t() | nil,
  email_address: String.t() | nil,
  fax_number: String.t() | nil,
  id: integer() | nil,
  invoice_contacts:
    [
      Procore.Model.RestV10VendorsIdGet200ResponseOneOf1AllOfInvoiceContactsInner.t()
    ]
    | nil,
  is_connected: boolean() | nil,
  labor_union: String.t() | nil,
  legal_name: 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,
  prequalified: boolean() | nil,
  primary_contact: Procore.Model.NormalViewPrimaryContact.t() | nil,
  standard_cost_codes:
    [
      Procore.Model.RestV10VendorsIdGet200ResponseOneOf1AllOfStandardCostCodesInner.t()
    ]
    | nil,
  state_code: String.t() | nil,
  state_name: String.t() | nil,
  trade_name: String.t() | nil,
  trades: [Procore.Model.Trade.t()] | nil,
  union_member: boolean() | nil,
  updated_at: DateTime.t() | nil,
  website: String.t() | nil,
  zip: String.t() | nil
}

Functions