Recurly_Invoice::getPdf PHP Method

getPdf() public method

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);
    }