freshbooks-php-sdk

Service

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

Methods

__construct()  : mixed

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.

Methods

__construct()

public __construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
$data : array<string|int, mixed> = []
On this page

Search results