- property string $plan_type The type of billing plan (plan_type) to associate with a client's Constant Contact account. The type of billing plan determines which Constant Contact product features that the client account can access. The billing plan type that you enter must already exist in your plan group or a 400 error message is returned. After changing the plan_type from TRIAL to any other billing plan type, you cannot change it back to TRIAL.
- 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', 'billing_day_of_month' => 'int'] |
Properties |
protected static array $fields = ['plan_type' => 'string', 'billing_day_of_month' => 'int'] |