TaskList
extends AccountingList
in package
Results of tasks list call containing list of tasks and pagination data.
Tags
Table of Contents
Constants
- RESPONSE_FIELD = 'tasks'
Properties
Methods
- pages() : mixed
Constants
RESPONSE_FIELD
public
mixed
RESPONSE_FIELD
= 'tasks'
Properties
$page
public
int
$page
$pages
public
int
$pages
$perPage
public
int
$perPage
$tasks
public
array<string|int, mixed>
$tasks
$total
public
int
$total
Methods
pages()
public
pages() : mixed