# payplug/2.8.2/src/Front/PayplugOney/InterfaceOneySimulation.php

PayPlug for WooCommerce (Official), version 2.8.2. 13 lines.

- Page: https://pluginprobe.com/plugins/payplug/2.8.2/code/src/Front/PayplugOney/InterfaceOneySimulation.php
- Raw: https://pluginprobe.com/plugins/payplug/2.8.2/raw/src/Front/PayplugOney/InterfaceOneySimulation.php
- Modified: 2024-08-22T09:24:36+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/payplug/2.8.2/code/src/Front/PayplugOney/InterfaceOneySimulation.php#L10-L20`.

```php
<?php

namespace Payplug\PayplugWoocommerce\Front\PayplugOney;

interface InterfaceOneySimulation
{

	public function OneySimulation();

	public function requestOneySimulation();

}

```
