%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/graphicd/www/vebto/common/Billing/Gateways/Contracts/
Upload File :
Create Path :
Current File : /home/graphicd/www/vebto/common/Billing/Gateways/Contracts/GatewayInterface.php

<?php namespace Common\Billing\Gateways\Contracts;

use Illuminate\Http\Request;

interface GatewayInterface
{
    /**
     * @return GatewaySubscriptionsInterface
     */
    public function subscriptions();

    /**
     * @return GatewayPlansInterface
     */
    public function plans();

    /**
     * Check if specified webhook is valid.
     *
     * @param Request $request
     * @return bool
     */
    public function webhookIsValid(Request $request);
}

Zerion Mini Shell 1.0