Copied!
  • property int $reason_id Specifies the reason that the client is canceling their Constant Contact account as follows:

    • 1 Cost Too High

    • 2 Using A Competitive Service

    • 3 Not Doing Email Marketing

    • 11 Something Missing Or Not Working

    • 12 Doing It In-House

    • 14 Poor Results

    • 21 Too Difficult To Use

    • 27 Canceled Online by Customer

    • 30 Dissatisfied With Billing Policies

  • property \PHPFUI\ConstantContact\DateTime $effective_date The client account cancellation date and time in ISO-8601 format.
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, $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 = ['reason_id' => [1, 2, 3, 11, 12, 14, 21, 27, 30], 'effective_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 = ['reason_id' => [1, 2, 3, 11, 12, 14, 21, 27, 30], 'effective_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.
© 2023 Bruce Wells
Search Namespaces \ Classes
Configuration