| 1 | <?php  | 
            ||
| 23 | class Payone_Settings_Data_ConfigFile_PaymentMethod_KlarnaDirectDebit  | 
            ||
| 24 | extends Payone_Settings_Data_ConfigFile_PaymentMethod_Abstract  | 
            ||
| 25 | implements Payone_Settings_Data_ConfigFile_Interface  | 
            ||
| 26 | { | 
            ||
| 27 | /** @var string */  | 
            ||
| 28 | protected $key = Payone_Enum_ClearingType::KLARNADIRECTDEBIT;  | 
            ||
| 29 | |||
| 30 | /**  | 
            ||
| 31 | * @return string  | 
            ||
| 32 | */  | 
            ||
| 33 | public function getKey()  | 
            ||
| 37 | |||
| 38 | public function getClearingType()  | 
            ||
| 42 | }  | 
            ||
| 43 |