Copied!

PaymentMethodListInterface

PaymentMethodListInterface.php : 20
Extends IteratorAggregate

List of payment methods being the result of executing payment method query.

Tags
See
PaymentMethodServiceInterface::findPaymentMethods()

Methods

publicgetPaymentMethods()

PaymentMethodListInterface.php : 27

Returns the payment methods matching query within offset and limit.

public getPaymentMethods() : array<string|int, PaymentMethodInterface>

Return values

array<string|int, PaymentMethodInterface>

publicgetTotalCount()

PaymentMethodListInterface.php : 32

Returns the total number of payment methods matching query.

public getTotalCount() : int

Return values

int