PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
wiloke-listing-tools
/
app
/
Framework
/
Payment
/
Invoice
<?php namespace WilokeListingTools\Framework\Payment\Invoice; interface RecurringPaymentPrepareInvoiceFormatInterface { /** * It's a subscription ID like Stripe subscription or PayPal subscription id * * @return $this */ public function setToken(); }
[+]
..
[-] RecurringPaymentPrepareInvoiceFormatInterface.php
[edit]
[-] NonRecurringPaymentPrepareInvoiceFormatAbstract.php
[edit]
[-] PrePareInvoiceFormatInterface.php
[edit]
[-] RecurringPaymentPrepareInvoiceFormatAbstract.php
[edit]