*** # CreateParams * Full name: `\Seven\Api\Resource\Subaccounts\CreateParams` * This class implements: [`\Seven\Api\Library\ParamsInterface`](../../Library/ParamsInterface.md) ## Properties ### name ```php public string $name ``` *** ### email ```php public string $email ``` *** ## Methods ### __construct ```php public __construct(string $name, string $email): mixed ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$name` | **string** | | | `$email` | **string** | | **Throws:** - [`InvalidRequiredArgumentException`](../../Exception/InvalidRequiredArgumentException.md) *** ### toArray ```php public toArray(): array ``` *** ### getName ```php public getName(): string ``` *** ### getEmail ```php public getEmail(): string ``` *** *** > Automatically generated on 2025-02-06