/**
  * Prepare the initial array structures
  *
  * @access public
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->build_proposal = array('ProposalTypeCode' => '', 'InterestRateType' => '', 'InterestRate' => '', 'Term' => '', 'DeferralPeriod' => '', 'ClientReference' => '', 'CashPrice' => '', 'Deposit' => '', 'ThirdPartyCharge' => '');
     $this->build_customer = array('Title' => '', 'Forename' => '', 'Initial' => '', 'Surname' => '', 'EmailAddress' => '');
     $this->build_address = array('HouseNumber' => '', 'HouseName' => '', 'Flat' => '', 'Street' => '', 'District' => '', 'Town' => '', 'County' => '', 'Postcode' => '');
 }
 /**
  * Prepare the initial array structures
  *
  * @access public
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->build_proposal = array('ClientReference' => '', 'CashPrice' => '');
     $this->build_customer = array('Title' => '', 'Forename' => '', 'Initial' => '', 'Surname' => '', 'EmailAddress' => '');
     $this->build_address = array('HouseNumber' => '', 'HouseName' => '', 'Flat' => '', 'Street' => '', 'District' => '', 'Town' => '', 'County' => '', 'Postcode' => '');
 }
 /**
  * Prepare the initial array structures
  *
  * @access public
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->build_customer = array('Title' => '', 'Forename' => '', 'Initial' => '', 'Surname' => '', 'EmailAddress' => '');
     $this->build_agreement = array('AgreementNumber' => '', 'OriginalLoanAdvance' => '', 'CancellationAmount' => '', 'NewLoanAdvance' => '', 'CancellationType' => '', 'ClientRequestReference' => '');
 }
 /**
  * Prepare the initial array structures
  *
  * @access public
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
 }