*** # ValidateForVoiceParams * Full name: `\Seven\Api\Resource\ValidateForVoice\ValidateForVoiceParams` * This class implements: [`\Seven\Api\Library\ParamsInterface`](../../Library/ParamsInterface.md) ## Properties ### callback ```php protected ?string $callback ``` *** ### number ```php protected string $number ``` *** ## Methods ### __construct ```php public __construct(string $number): mixed ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$number` | **string** | | *** ### toArray ```php public toArray(): array ``` *** ### getNumber ```php public getNumber(): string ``` *** ### setNumber ```php public setNumber(string $number): self ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$number` | **string** | | *** ### getCallback ```php public getCallback(): ?string ``` *** ### setCallback ```php public setCallback(?string $callback): self ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$callback` | **?string** | | *** *** > Automatically generated on 2025-02-06