freshbooks-php-sdk

Business extends DataTransferObject

Each FreshBooks user is associated with a business.

Tags
link
https://www.freshbooks.com/api/identity_model

Table of Contents

Properties

$accountId  : string|null
$address  : BusinessAddress|null
$businessUUID  : string|null
$dateFormat  : string|null
$id  : int|null
$name  : string|null
$phoneNumber  : BusinessPhone|null

Properties

$accountId

public string|null $accountId

Unique identifier of the accounting system the business is associated with.

$businessUUID

public string|null $businessUUID

UUID of the business. FreshBooks will be moving from id to business_uuid in future API calls.

$dateFormat

public string|null $dateFormat

Date format used by the business in FreshBooks.

$id

public int|null $id

Unique id of the business.

$name

public string|null $name

Name of the business.


        
On this page

Search results