Service
extends DataTransferObject
in package
Services represent things that a business offers to clients. Services are added to projects to to allow tracking of time entries by type of work.
Services keep track of details such as hourly rate. See ServiceRate
for adding a rate to a
service.
Services automatically get converted to tasks for inclusion on invoices.
Tags
Table of Contents
Properties
- $billable : bool
- $businessId : int
- $id : int
- $name : string
- $visState : int
Properties
$billable
public
bool
$billable
Whether the service is billable to clients or not.
$businessId
public
int
$businessId
The unique id for business.
$id
public
int
$id
The unique identifier of this service.
$name
public
string
$name
The descriptive name of service.
$visState
public
int
$visState
The visibility state: active, deleted, or archived