Recurly_Invoice::getPdf PHP Метод

getPdf() публичный Метод

Retrieve the PDF version of this invoice
public getPdf ( $locale = null )
    public function getPdf($locale = null)
    {
        return Recurly_Invoice::getInvoicePdf($this->invoiceNumberWithPrefix(), $locale, $this->_client);
    }