hipay/hipay-wallet-cashout-mirakl-library

View on GitHub
src/Api/ConfigurationInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 *
 * @category
 *
 * @author    Ivanis Kouamé <ivanis.kouame@smile.fr>
 * @copyright 2015 Smile
 */
namespace HiPay\Wallet\Mirakl\Api;

/**
 * Base Interface for the configuration of the Api class.
 *
 * @author    Ivanis Kouamé <ivanis.kouame@smile.fr>
 * @copyright 2015 Smile
 */
interface ConfigurationInterface
{
    /**
     * Returns the configuration array
     * compatible with the rest or soap client used.
     *
     * @return array
     */
    public function getOptions();
}