ItemList
extends AccountingList
in package
Results of items list call containing list of items and pagination data.
Tags
Table of Contents
Constants
- RESPONSE_FIELD = 'items'
Properties
Methods
- pages() : mixed
Constants
RESPONSE_FIELD
public
mixed
RESPONSE_FIELD
= 'items'
Properties
$items
public
array<string|int, mixed>
$items
Attributes
- #[CastWith]
- \Spatie\DataTransferObject\Casters\ArrayCaster::class
- $itemType: \amcintosh\FreshBooks\Model\Item::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