*** # SubaccountCreate * Full name: `\Seven\Api\Resource\Subaccounts\SubaccountCreate` ## Properties ### error ```php protected ?string $error ``` *** ### subaccount ```php protected ?\Seven\Api\Resource\Subaccounts\Subaccount $subaccount ``` *** ### success ```php protected bool $success ``` *** ## Methods ### __construct ```php public __construct(object $data): mixed ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$data` | **object** | | *** ### getError ```php public getError(): ?string ``` *** ### getSubaccount ```php public getSubaccount(): ?\Seven\Api\Resource\Subaccounts\Subaccount ``` *** ### isSuccess ```php public isSuccess(): bool ``` *** *** > Automatically generated on 2025-02-06