*** # Sms * Full name: `\Seven\Api\Resource\Sms\Sms` ## Properties ### balance ```php protected float $balance ``` *** ### debug ```php protected bool $debug ``` *** ### messages ```php protected \Seven\Api\Resource\Sms\SmsMessage[] $messages ``` *** ### smsType ```php protected string $smsType ``` *** ### success ```php protected int $success ``` *** ### totalPrice ```php protected float $totalPrice ``` *** ## Methods ### __construct ```php public __construct(object $data): mixed ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$data` | **object** | | *** ### getBalance ```php public getBalance(): float ``` *** ### isDebug ```php public isDebug(): bool ``` *** ### getMessages ```php public getMessages(): array ``` *** ### getSmsType ```php public getSmsType(): string ``` *** ### getSuccess ```php public getSuccess(): int ``` *** ### getTotalPrice ```php public getTotalPrice(): float ``` *** *** > Automatically generated on 2025-02-06