# payplug/2.8.2/src/Front/PayplugOney/Country/InterfaceOney.php

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

- Page: https://pluginprobe.com/plugins/payplug/2.8.2/code/src/Front/PayplugOney/Country/InterfaceOney.php
- Raw: https://pluginprobe.com/plugins/payplug/2.8.2/raw/src/Front/PayplugOney/Country/InterfaceOney.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/Country/InterfaceOney.php#L10-L20`.

```php
<?php

namespace Payplug\PayplugWoocommerce\Front\PayplugOney\Country;

interface InterfaceOney
{

	public function handleTotalProducts();

	public function addTotalProducts($qty);

	public function resetTotalProducts();

	public function set_min_amount($amount);

	public function set_max_amount($amount);

	public function setIcon($icon);

	public function isDisable();

	public function setDisable($disable);

	public function setTotalPrice($total_price);

	public function setSimulatedClass($simulatedClass);

	public function setOneyType($oney_type);

	public function get_min_amount();

	public function get_max_amount();

	public function getIcon();

	public function getTotalProducts();

	public function getTotalPrice();

	public function getSimulatedClass();

	public function setPayplugOptions($payplugOptions);

	public function getOneyType();

	public function getPayplugOptions();




}

```
