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