Copied!

PaymentListInterface

PaymentListInterface.php : 20
Extends IteratorAggregate

List of payments being the result of executing payment query.

Tags
See
PaymentServiceInterface::findPayments()

Methods

publicgetPayments()

PaymentListInterface.php : 27

Returns the payments matching query within offset and limit.

public getPayments() : array<string|int, PaymentInterface>

Return values

array<string|int, PaymentInterface>

publicgetTotalCount()

PaymentListInterface.php : 32

Returns the total number of payments matching query (filtered by permissions).

public getTotalCount() : int

Return values

int