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
$page
public
int
$page
$pages
public
int
$pages
$perPage
public
int
$perPage
$total
public
int
$total
Methods
pages()
public
pages() : mixed