*** # JournalBase * Full name: `\Seven\Api\Resource\Journal\JournalBase` * This class is an **Abstract class** ## Properties ### from ```php protected string $from ``` *** ### id ```php protected string $id ``` *** ### price ```php protected float $price ``` *** ### text ```php protected string $text ``` *** ### timestamp ```php protected string $timestamp ``` *** ### to ```php protected string $to ``` *** ## Methods ### __construct ```php public __construct(object $data): mixed ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$data` | **object** | | *** ### getFrom ```php public getFrom(): string ``` *** ### getTo ```php public getTo(): string ``` *** ### getId ```php public getId(): string ``` *** ### getPrice ```php public getPrice(): float ``` *** ### getText ```php public getText(): string ``` *** ### getTimestamp ```php public getTimestamp(): string ``` *** *** > Automatically generated on 2025-02-06