# give/4.16.9/src/Framework/PaymentGateways/Contracts/Subscription/SubscriptionDashboardLinkable.php

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

- Page: https://pluginprobe.com/plugins/give/4.16.9/code/src/Framework/PaymentGateways/Contracts/Subscription/SubscriptionDashboardLinkable.php
- Raw: https://pluginprobe.com/plugins/give/4.16.9/raw/src/Framework/PaymentGateways/Contracts/Subscription/SubscriptionDashboardLinkable.php
- Modified: 2022-06-29T23:03:54+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/Contracts/Subscription/SubscriptionDashboardLinkable.php#L10-L20`.

```php
<?php

namespace Give\Framework\PaymentGateways\Contracts\Subscription;

use Give\Subscriptions\Models\Subscription;

/**
 * @since 2.21.2
 */
interface SubscriptionDashboardLinkable
{
    /**
     * @since 2.21.2
     */
    public function gatewayDashboardSubscriptionUrl(Subscription $subscription): string;
}

```
