freshbooks-php-sdk

Service extends DataTransferObject

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
link
https://www.freshbooks.com/api/services

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.


        
On this page

Search results