| 1 | <?php |
||
| 9 | class StructuredRemittanceInformation |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @var CreditorReferenceInformation |
||
| 13 | */ |
||
| 14 | private $creditorReferenceInformation; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @var string |
||
| 18 | */ |
||
| 19 | private $additionalRemittanceInformation; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @return string |
||
| 23 | */ |
||
| 24 | 1 | public function getAdditionalRemittanceInformation() |
|
| 28 | |||
| 29 | /** |
||
| 30 | * @param string $additionalRemittanceInformation |
||
| 31 | */ |
||
| 32 | 4 | public function setAdditionalRemittanceInformation($additionalRemittanceInformation) |
|
| 36 | |||
| 37 | /** |
||
| 38 | * @return CreditorReferenceInformation |
||
| 39 | */ |
||
| 40 | 1 | public function getCreditorReferenceInformation() |
|
| 44 | |||
| 45 | /** |
||
| 46 | * @param string $creditorReferenceInformation |
||
| 47 | */ |
||
| 48 | 13 | public function setCreditorReferenceInformation(CreditorReferenceInformation $creditorReferenceInformation) |
|
| 52 | } |
||
| 53 |