ExpenseCategoryList
extends AccountingList
in package
Results of expense category list call containing list of expense categories and pagination data.
Tags
Table of Contents
Constants
- RESPONSE_FIELD = 'categories'
Properties
- $categories : array<string|int, mixed>
- $page : int
- $pages : int
- $perPage : int
- $total : int
Methods
- pages() : mixed
Constants
RESPONSE_FIELD
public
mixed
RESPONSE_FIELD
= 'categories'
Properties
$categories
public
array<string|int, mixed>
$categories
Attributes
- #[CastWith]
- \Spatie\DataTransferObject\Casters\ArrayCaster::class
- $itemType: \amcintosh\FreshBooks\Model\ExpenseCategory::class
$page
public
int
$page
$pages
public
int
$pages
$perPage
public
int
$perPage
Attributes
- #[MapFrom]
- 'per_page'
$total
public
int
$total
Methods
pages()
public
pages() : mixed