Procore.Model.VendorProjectPersonWeb (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.VendorProjectPersonWeb{
  business_register:
    Procore.Model.VendorProjectPersonWebBusinessRegister.t() | nil,
  company_vendor: boolean() | nil,
  id: integer() | nil,
  is_connected: boolean() | nil,
  name: String.t() | nil,
  origin_code: String.t() | nil,
  origin_id: String.t() | nil
}

Functions