# monei/7.2.2/src/Repositories/PaymentMethodsRepositoryInterface.php

MONEI Payments for WooCommerce, version 7.2.2. 8 lines.

- Page: https://pluginprobe.com/plugins/monei/7.2.2/code/src/Repositories/PaymentMethodsRepositoryInterface.php
- Raw: https://pluginprobe.com/plugins/monei/7.2.2/raw/src/Repositories/PaymentMethodsRepositoryInterface.php
- Modified: 2025-02-18T16:56:22+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/monei/7.2.2/code/src/Repositories/PaymentMethodsRepositoryInterface.php#L10-L20`.

```php
<?php

namespace Monei\Repositories;

interface PaymentMethodsRepositoryInterface {
	public function getPaymentMethods(): array;
}

```
