namespace WPForms\Admin\Payments\Views;
interface PaymentsViewsInterface {
* Check if the current user has the capability to view the page.
public function current_user_can();
public function heading();
public function display();
public function get_tab_label();