Procore.Model.RestV10CompaniesCompanyIdInvoicesAsyncJobsUuidGet200Response (procore_sdk v0.3.0)

An Invoicing Async Job

Summary

Types

@type t() ::
  %Procore.Model.RestV10CompaniesCompanyIdInvoicesAsyncJobsUuidGet200Response{
    company_id: integer() | nil,
    created_at: DateTime.t() | nil,
    created_by_id: integer() | nil,
    result:
      Procore.Model.RestV10CompaniesCompanyIdInvoicesAsyncJobsUuidGet200ResponseResult.t()
      | nil,
    status: String.t() | nil,
    updated_at: DateTime.t() | nil,
    uuid: String.t() | nil
  }

Functions