*** # AutoChargeParams * Full name: `\Seven\Api\Resource\Subaccounts\AutoChargeParams` ## Properties ### id ```php public int $id ``` *** ### amount ```php public float $amount ``` *** ### threshold ```php public float $threshold ``` *** ## Methods ### __construct ```php public __construct(int $id, float $amount, float $threshold): mixed ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$id` | **int** | | | `$amount` | **float** | | | `$threshold` | **float** | | **Throws:** - [`InvalidRequiredArgumentException`](../../Exception/InvalidRequiredArgumentException.md) *** ### toArray ```php public toArray(): array ``` *** *** > Automatically generated on 2025-02-06