Procore.Model.RestV10CompanyConfigurationGet200Response (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.RestV10CompanyConfigurationGet200Response{
  currency_display: String.t() | nil,
  currency_iso_code: String.t() | nil,
  currency_symbol: String.t() | nil,
  enable_image_real_time_as_builts: boolean() | nil,
  enable_sd_storage: boolean() | nil,
  projects_timecard_default_lunch_time:
    [
      Procore.Model.RestV10CompanyConfigurationGet200ResponseProjectsTimecardDefaultLunchTimeInner.t()
    ]
    | nil,
  projects_timecard_default_start_time:
    [
      Procore.Model.RestV10CompanyConfigurationGet200ResponseProjectsTimecardDefaultStartTimeInner.t()
    ]
    | nil,
  projects_timecard_default_stop_time:
    [
      Procore.Model.RestV10CompanyConfigurationGet200ResponseProjectsTimecardDefaultStopTimeInner.t()
    ]
    | nil,
  projects_timecard_in_out_enabled: [integer()] | nil,
  projects_timecard_lunch_time_tracking:
    [
      Procore.Model.RestV10CompanyConfigurationGet200ResponseProjectsTimecardLunchTimeTrackingInner.t()
    ]
    | nil,
  rounding_configuration:
    Procore.Model.RestV10CompanyConfigurationGet200ResponseRoundingConfiguration.t()
    | nil,
  strict_file_uploading: boolean() | nil,
  task_codes_enabled: boolean() | nil,
  time_and_materials_company_config:
    Procore.Model.RestV10CompanyConfigurationGet200ResponseTimeAndMaterialsCompanyConfig.t()
    | nil,
  timecard_employees_can_select_non_budgeted_items: [integer()] | nil,
  timecard_employees_see_all_projects: boolean() | nil,
  timecard_should_track_location: [integer()] | nil,
  timecards_private: boolean() | nil,
  timesheet_default_cost_type_id: integer() | nil,
  timesheet_enabled_cost_type: [integer()] | nil,
  timesheet_equipment_default_cost_type_id: integer() | nil,
  timesheet_equipment_erp_default_cost_type_id: integer() | nil,
  timesheet_erp_default_cost_type_id: integer() | nil,
  timesheet_type: [integer()] | nil,
  timesheets_custom_signature_text: String.t() | nil,
  timesheets_tab_enabled: boolean() | nil,
  timesheets_week_start_day: integer() | nil,
  use_24_hour_mode: boolean() | nil
}

Functions