| 1 | <?php |
||
| 9 | class CreditorReferenceInformation |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @var string |
||
| 13 | */ |
||
| 14 | private $ref; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @return string |
||
| 18 | */ |
||
| 19 | 3 | public function getRef() |
|
| 23 | |||
| 24 | /** |
||
| 25 | * @param string $ref |
||
| 26 | */ |
||
| 27 | public function setRef($ref) |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @param $ref |
||
| 34 | * |
||
| 35 | * @return static |
||
| 36 | */ |
||
| 37 | 3 | public static function fromUnstructured($ref) |
|
| 43 | } |
||
| 44 |