Business
extends DataTransferObject
in package
Each FreshBooks user is associated with a business.
Tags
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.
$address
public
BusinessAddress|null
$address
The business address.
$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.
$phoneNumber
public
BusinessPhone|null
$phoneNumber
The phone number object of the business.