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