*** # JournalOutbound * Full name: `\Seven\Api\Resource\Journal\JournalOutbound` * Parent class: [`\Seven\Api\Resource\Journal\JournalBase`](./JournalBase.md) ## Properties ### channel ```php protected string $channel ``` *** ### connection ```php protected string $connection ``` *** ### dlr ```php protected ?string $dlr ``` *** ### dlrTimestamp ```php protected ?string $dlrTimestamp ``` *** ### foreignId ```php protected ?string $foreignId ``` *** ### label ```php protected ?string $label ``` *** ### latency ```php protected ?string $latency ``` *** ### mccMnc ```php protected ?string $mccMnc ``` *** ### type ```php protected string $type ``` *** ## Methods ### __construct ```php public __construct(object $data): mixed ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$data` | **object** | | *** ### getConnection ```php public getConnection(): string ``` *** ### getDlr ```php public getDlr(): ?string ``` *** ### getDlrTimestamp ```php public getDlrTimestamp(): ?string ``` *** ### getForeignId ```php public getForeignId(): ?string ``` *** ### getLabel ```php public getLabel(): ?string ``` *** ### getLatency ```php public getLatency(): ?string ``` *** ### getMccMnc ```php public getMccMnc(): ?string ``` *** ### getType ```php public getType(): string ``` *** ### getChannel ```php public getChannel(): string ``` *** ## Inherited 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