Copied!
  • property int $suspend_plan_id Suspended plan group id.
  • property int $suspend_plan_group_id The suspended plan group id.
  • property \PHPFUI\ConstantContact\DateTime $suspend_date The date when the customer will start being suspended. If omitted defaults to the current date and time and suspends the account at the next billing cycle.
  • property int $suspend_reason_id The reason the customer is suspended.
  • property int $suspend_subreason_id The subreason why the customer is suspended.
  • property string $suspend_comment Comment field for user suspension.
  • property \PHPFUI\ConstantContact\DateTime $suspend_estimated_reactivation_date Estimated date when the customer will be reactivated.
CloneableInstantiable
Methods
public PHPFUI\ConstantContact\Definition\Base::__construct(array $initialValues = [])
public PHPFUI\ConstantContact\Definition\Base::__get(string $field) : ?mixed
 

Unset fields will return null

public PHPFUI\ConstantContact\Definition\Base::__set(string $field, ?mixed $value)
 
  • return mixed value being set to allow for assignment chaining
public PHPFUI\ConstantContact\Definition\Base::getData() : array
 
  • return array representation of data
public PHPFUI\ConstantContact\Definition\Base::getfields() : array
 
  • return array all the valid fields for the object. Index is field name and value is the type.
public PHPFUI\ConstantContact\Definition\Base::getJSON() : string
 
  • return string pretty print JSON
Properties
protected static array $fields = ['suspend_plan_id' => 'int', 'suspend_plan_group_id' => 'int', 'suspend_date' => '\PHPFUI\ConstantContact\DateTime', 'suspend_reason_id' => 'int', 'suspend_subreason_id' => 'int', 'suspend_comment' => 'string', 'suspend_estimated_reactivation_date' => '\PHPFUI\ConstantContact\DateTime']
protected static array PHPFUI\ConstantContact\Definition\Base::$maxLength = []
 
  • var array<string,int> maximum allowed values. Arrays are size, int and float are values, strings are length.
protected static array PHPFUI\ConstantContact\Definition\Base::$minLength = []
 
  • var array<string,int> minimum allowed values. Arrays are size, int and float are values, strings are length.
protected static array PHPFUI\ConstantContact\Definition\Base::$requiredFields = []
 
  • var string[] required fields.
Properties
protected static array $fields = ['suspend_plan_id' => 'int', 'suspend_plan_group_id' => 'int', 'suspend_date' => '\PHPFUI\ConstantContact\DateTime', 'suspend_reason_id' => 'int', 'suspend_subreason_id' => 'int', 'suspend_comment' => 'string', 'suspend_estimated_reactivation_date' => '\PHPFUI\ConstantContact\DateTime']
protected static array PHPFUI\ConstantContact\Definition\Base::$maxLength = []
 
  • var array<string,int> maximum allowed values. Arrays are size, int and float are values, strings are length.
protected static array PHPFUI\ConstantContact\Definition\Base::$minLength = []
 
  • var array<string,int> minimum allowed values. Arrays are size, int and float are values, strings are length.
protected static array PHPFUI\ConstantContact\Definition\Base::$requiredFields = []
 
  • var string[] required fields.
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration