PaymentListInterface
PaymentListInterface.php
:
20
Extends
IteratorAggregate
List of payments being the result of executing payment query.
Tags
Methods¶
getPayments() ¶
PaymentListInterface.php
:
27
Returns the payments matching query within offset and limit.
|
|
Return values
array<string|int, PaymentInterface>
getTotalCount() ¶
PaymentListInterface.php
:
32
Returns the total number of payments matching query (filtered by permissions).
|
|
Return values
int