| 1 | <?php |
||
| 4 | class BankTransactionCode |
||
| 5 | { |
||
| 6 | /** @var ProprietaryBankTransactionCode */ |
||
| 7 | private $proprietary; |
||
| 8 | |||
| 9 | /** |
||
| 10 | * @return ProprietaryBankTransactionCode |
||
| 11 | */ |
||
| 12 | 1 | public function getProprietary() |
|
| 16 | |||
| 17 | /** |
||
| 18 | * @param ProprietaryBankTransactionCode $proprietary |
||
| 19 | */ |
||
| 20 | 19 | public function setProprietary(ProprietaryBankTransactionCode $proprietary) |
|
| 24 | } |
||
| 25 |