@@ -17,27 +17,27 @@  | 
                                                    ||
| 17 | 17 | protected $AdditionalInformation;  | 
                                                        
| 18 | 18 | |
| 19 | 19 | |
| 20 | - /**  | 
                                                        |
| 21 | - * @param string $Ref  | 
                                                        |
| 22 | - *  | 
                                                        |
| 23 | - * @return $this  | 
                                                        |
| 24 | - */  | 
                                                        |
| 25 | - public function setRef(string $Ref)  | 
                                                        |
| 26 | -	{ | 
                                                        |
| 27 | - $this->Ref = $Ref;  | 
                                                        |
| 28 | -  | 
                                                        |
| 29 | - return $this;  | 
                                                        |
| 30 | - }  | 
                                                        |
| 31 | -  | 
                                                        |
| 32 | - public function getRef()  | 
                                                        |
| 33 | -	{ | 
                                                        |
| 34 | -		if (!$this->PayerType) { | 
                                                        |
| 35 | - return $this;  | 
                                                        |
| 36 | - }  | 
                                                        |
| 37 | - $this->methodProperties['Ref'] = $this->Ref;  | 
                                                        |
| 38 | -  | 
                                                        |
| 39 | - return $this;  | 
                                                        |
| 40 | - }  | 
                                                        |
| 20 | + /**  | 
                                                        |
| 21 | + * @param string $Ref  | 
                                                        |
| 22 | + *  | 
                                                        |
| 23 | + * @return $this  | 
                                                        |
| 24 | + */  | 
                                                        |
| 25 | + public function setRef(string $Ref)  | 
                                                        |
| 26 | +    { | 
                                                        |
| 27 | + $this->Ref = $Ref;  | 
                                                        |
| 28 | +  | 
                                                        |
| 29 | + return $this;  | 
                                                        |
| 30 | + }  | 
                                                        |
| 31 | +  | 
                                                        |
| 32 | + public function getRef()  | 
                                                        |
| 33 | +    { | 
                                                        |
| 34 | +        if (!$this->PayerType) { | 
                                                        |
| 35 | + return $this;  | 
                                                        |
| 36 | + }  | 
                                                        |
| 37 | + $this->methodProperties['Ref'] = $this->Ref;  | 
                                                        |
| 38 | +  | 
                                                        |
| 39 | + return $this;  | 
                                                        |
| 40 | + }  | 
                                                        |
| 41 | 41 | |
| 42 | 42 | /**  | 
                                                        
| 43 | 43 | * @param string $PayerType  |