# payplug/3.0.0/src/Front/Layout/InterfaceOneyLayout.php

PayPlug for WooCommerce (Official), version 3.0.0. 19 lines.

- Page: https://pluginprobe.com/plugins/payplug/3.0.0/code/src/Front/Layout/InterfaceOneyLayout.php
- Raw: https://pluginprobe.com/plugins/payplug/3.0.0/raw/src/Front/Layout/InterfaceOneyLayout.php
- Modified: 2026-08-04T08:59:44+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/3.0.0/code/src/Front/Layout/InterfaceOneyLayout.php#L10-L20`.

```php
<?php

namespace Payplug\PayplugWoocommerce\Front\Layout;

interface InterfaceOneyLayout
{
    public static function simulationPopupContentWithoutFees($oney);

    public static function simulationPopupContent($oney);

    public static function footerOneyWithoutFees($min, $max);

    public static function footerOneyWithFees($min, $max);

    public static function disabledOneyPopup($oney);

    public static function payWithOney($oney);
}

```
