32     private $accountOwnerName = 
'';
    42     private $bankName = 
'';
    63     private $note1 = null;
    74     private $note2 = null;
    96     private $accountReference = null;
   109         unset($this->accountOwnerName);
   110         unset($this->bankName);
   115         unset($this->accountReference);
   124         return $this->accountOwnerName;
   133         $this->accountOwnerName = $accountOwnerName;
   142         return $this->bankName;
   151         $this->bankName = $bankName;
   187         $this->note1 = $note1;
   205         $this->note2 = $note2;
   232         return $this->accountReference;
   241         $this->accountReference = $accountReference;
   252         trigger_error(
'[DHL-PHP-SDK]: Version 1 Methods are deprecated and will removed soon (Called method ' . __METHOD__ . 
')!', E_USER_DEPRECATED);
   253         trigger_error(
'[DHL-PHP-SDK]: Called Version 1 Method: ' . __METHOD__ . 
' is incomplete (does nothing)!', E_USER_WARNING);
   264         $class = 
new StdClass;
   268         $class->iban = $this->
getIban();
   273         if($this->
getBic() !== null)
   274             $class->bic = $this->
getBic();
 
setAccountReference($accountReference)
setAccountOwnerName($accountOwnerName)