*** # Network * Full name: `\Seven\Api\Resource\Pricing\Network` ## Properties ### comment ```php protected ?string $comment ``` *** ### features ```php protected string[] $features ``` *** ### mcc ```php protected string $mcc ``` *** ### mncs ```php protected string[]|null $mncs ``` *** ### networkName ```php protected ?string $networkName ``` *** ### price ```php protected float $price ``` *** ## Methods ### __construct ```php public __construct(object $data): mixed ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$data` | **object** | | *** ### getComment ```php public getComment(): ?string ``` *** ### getFeatures ```php public getFeatures(): array ``` *** ### getMcc ```php public getMcc(): string ``` *** ### getMncs ```php public getMncs(): ?array ``` *** ### getNetworkName ```php public getNetworkName(): ?string ``` *** ### getPrice ```php public getPrice(): float ``` *** *** > Automatically generated on 2025-02-06