| 1 | <?php |
||
| 34 | class Payone_Settings_Data_ConfigFile_PaymentMethod_WalletPaydirektExpress |
||
| 35 | extends Payone_Settings_Data_ConfigFile_PaymentMethod_Abstract |
||
| 36 | implements Payone_Settings_Data_ConfigFile_Interface |
||
| 37 | { |
||
| 38 | /** @var string */ |
||
| 39 | protected $key = Payone_Enum_ClearingType::WALLETPAYDIREKTEXPRESS; |
||
| 40 | |||
| 41 | public function getKey() |
||
| 45 | } |
||
| 46 |