# give/4.16.9/src/Framework/PaymentGateways/Commands/GatewayCommand.php

GiveWP – Donation Plugin and Fundraising Platform, version 4.16.9. 10 lines.

- Page: https://pluginprobe.com/plugins/give/4.16.9/code/src/Framework/PaymentGateways/Commands/GatewayCommand.php
- Raw: https://pluginprobe.com/plugins/give/4.16.9/raw/src/Framework/PaymentGateways/Commands/GatewayCommand.php
- Modified: 2022-01-20T06:45: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/give/4.16.9/code/src/Framework/PaymentGateways/Commands/GatewayCommand.php#L10-L20`.

```php
<?php

namespace Give\Framework\PaymentGateways\Commands;

/***
 * @since 2.18.0
 */
interface GatewayCommand {
}

```
