- 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 theplan_type
fromTRIAL
to any other billing plan type, you cannot change it back toTRIAL
.
TRIAL
: A non-billed account with an expiration date that allows clients to try Constant Contact product features.GOOD
: A billed Email client account plan.BETTER
: A billed Email Plus client account plan.BEST
: A billed Personal Marketer client account plan.LITE
: A Website Builder client account plan.
- 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 aTRIAL
plan to a differentplan_type
. For trial accounts, the value defaults to null. You can only change thebilling_day_of_month
when changing theplan_type
value fromTRIAL
to a differentplan_type
, otherwise the value you enter is ignored.
CloneableInstantiable
Methods |
Properties |
protected static array $fields = ['plan_type' => ['TRIAL', 'GOOD', 'BETTER', 'BEST', 'LITE'], 'billing_day_of_month' => 'int'] |
Properties |
protected static array $fields = ['plan_type' => ['TRIAL', 'GOOD', 'BETTER', 'BEST', 'LITE'], 'billing_day_of_month' => 'int'] |