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