Options
All
  • Public
  • Public/Protected
  • All
Menu

Module WorkType

Index

Type aliases

AccrualTypeEnum

AccrualTypeEnum: "Holiday" | "PTO" | "Sick" | "Vacation"

BillTimeEnum

BillTimeEnum: "Billable" | "DoNotBill" | "NoCharge"

RateTypeEnum

RateTypeEnum: "AdjAmount" | "Custom" | "Multiplier"

Properties

Optional _info

_info: Metadata

Metadata of the entity

Optional accrualType

accrualType: AccrualTypeEnum

Optional activityDefaultFlag

activityDefaultFlag: boolean

Optional addAllAgreementExclusions

addAllAgreementExclusions: boolean

Used only on create to add the work type to all agreement and agreement type exclusion lists

billTime

billTime: BillTimeEnum

Optional costMultiplier

costMultiplier: number

Optional externalIntegrationXRef

externalIntegrationXRef: ExternalWorkTypeIntegrationReference

Optional hoursMax

hoursMax: number

Optional hoursMin

hoursMin: number

Optional id

id: number

Optional inactiveFlag

inactiveFlag: boolean

Optional integrationXRef

integrationXRef: string

name

name: string

Optional overallDefaultFlag

overallDefaultFlag: boolean

rate

rate: number

rateType

rateType: RateTypeEnum

Optional roundBillHoursTo

roundBillHoursTo: number

Optional utilizationFlag

utilizationFlag: boolean

Generated using TypeDoc