| 1 | <?php  | 
            ||
| 23 | class Payone_Api_Request_PaydirektExpressSetCheckout  | 
            ||
| 24 | extends Payone_Api_Request_Genericpayment  | 
            ||
| 25 | { | 
            ||
| 26 | /** @var Payone_Api_Request_Parameter_Invoicing_Transaction */  | 
            ||
| 27 | protected $invoicing = null;  | 
            ||
| 28 | /** @var string */  | 
            ||
| 29 | protected $wallettype;  | 
            ||
| 30 | |||
| 31 | /**  | 
            ||
| 32 | * @param array $data  | 
            ||
| 33 | */  | 
            ||
| 34 | public function __construct(array $data = array())  | 
            ||
| 38 | |||
| 39 | /**  | 
            ||
| 40 | * @param string $wallettype  | 
            ||
| 41 | */  | 
            ||
| 42 | public function setWallettype($wallettype)  | 
            ||
| 46 | |||
| 47 | /**  | 
            ||
| 48 | * @return string  | 
            ||
| 49 | */  | 
            ||
| 50 | public function getWallettype()  | 
            ||
| 54 | |||
| 55 | /**  | 
            ||
| 56 | * @param Payone_Api_Request_Parameter_Invoicing_Transaction $invoicing  | 
            ||
| 57 | */  | 
            ||
| 58 | public function setInvoicing($invoicing)  | 
            ||
| 62 | |||
| 63 | /**  | 
            ||
| 64 | * @return Payone_Api_Request_Parameter_Invoicing_Transaction  | 
            ||
| 65 | */  | 
            ||
| 66 | public function getInvoicing()  | 
            ||
| 70 | }  | 
            ||
| 71 |