1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-13 14:42:42 +01:00
invoiceninja/vendor/php-payments/lib/payment_method.php

9 lines
104 B
PHP
Raw Normal View History

2014-04-13 08:38:15 +02:00
<?php
interface Payment_Method
{
public function get_params();
public function get_description();
}