- property string $plan_type Use this property to update the client account billing plan to a different billing plan. After changing the plan_type from TRIAL to any other billing plan type, you cannot change it back to TRIAL.
- property int $plan_group_id Updates an existing client account billing plan group to a new billing plan group. If you don't know the
plan_group_idto use, contact our API support team. - property int $billing_day_of_month This property is required if a client account is not set up to use single billing. You can choose to enter a specific day of the month or accept the default value, which is the day on which the plan_type value changes from a TRIAL plan to a different plan_type. For trial accounts, the value defaults to null. You can only change the billing_day_of_month when changing the plan_type value from TRIAL to a different plan_type, otherwise the value you enter is ignored.
CloneableInstantiable
| Methods |
| Properties |
| protected static array $fields = ['plan_type' => 'string', 'plan_group_id' => 'int', 'billing_day_of_month' => 'int'] |
| Properties |
| protected static array $fields = ['plan_type' => 'string', 'plan_group_id' => 'int', 'billing_day_of_month' => 'int'] |