freshbooks-php-sdk

ExpenseCategory extends DataTransferObject

Expense Categories are used to group expenses together to aid in expense tracking.

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

Table of Contents

Constants

RESPONSE_FIELD  = 'category'

Properties

$category  : string
$categoryId  : int
$createdAt  : DateTimeImmutable
$id  : int
$isCogs  : bool
$isEditable  : bool
$parentId  : int
$transactionPosted  : bool
$updatedAt  : DateTimeImmutable
$visState  : int

Constants

Properties

$category

public string $category

Name for this category, e.g. “Advertising”

$createdAt

public DateTimeImmutable $createdAt

The time of category creation.

$id

public int $id

The unique identifier of this expense category within this business.

$updatedAt

public DateTimeImmutable $updatedAt

The time of last modification.


        
On this page

Search results