| 1 | <?php |
||
| 12 | class BankTransactionCode |
||
| 13 | { |
||
| 14 | /** @var ProprietaryBankTransactionCode */ |
||
| 15 | private $proprietary; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @return ProprietaryBankTransactionCode |
||
| 19 | */ |
||
| 20 | public function getProprietary() |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @param ProprietaryBankTransactionCode $proprietary |
||
| 27 | */ |
||
| 28 | public function setProprietary($proprietary) |
||
| 32 | } |