OJSQueuedPayment::getJournalId PHP Method

getJournalId() public method

Get the journal ID of the payment.
public getJournalId ( ) : integer
return integer
    function getJournalId()
    {
        return $this->journalId;
    }