# stripe/4.7.7/src/Model/ModelInterface.php

Stripe Payment Forms by WP Simple Pay – Accept Credit Card Payments + Subscriptions with Stripe, version 4.7.7. 20 lines.

- Page: https://pluginprobe.com/plugins/stripe/4.7.7/code/src/Model/ModelInterface.php
- Raw: https://pluginprobe.com/plugins/stripe/4.7.7/raw/src/Model/ModelInterface.php
- Modified: 2022-04-27T15:46:58+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/stripe/4.7.7/code/src/Model/ModelInterface.php#L10-L20`.

```php
<?php
/**
 * Model: Interface
 *
 * @package SimplePay
 * @subpackage Core
 * @copyright Copyright (c) 2022, Sandhills Development, LLC
 * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
 * @since 4.4.5
 */

namespace SimplePay\Core\Model;

/**
 * ModelInterface interface.
 */
interface ModelInterface {

}

```
