1 | <?php |
||
10 | class DeleteCardRequest extends AbstractPaypalRequest |
||
11 | { |
||
12 | /** |
||
13 | * Requires "cardReference" parameter |
||
14 | * |
||
15 | * @return string |
||
16 | */ |
||
17 | public function getEndpoint() |
||
23 | |||
24 | public function getHttpMethod() |
||
28 | |||
29 | /** |
||
30 | * @param mixed $data |
||
31 | * @return \Omnipay\PaypalRest\Message\DeleteCardResponse |
||
32 | */ |
||
33 | public function sendData($data) |
||
43 | |||
44 | /** |
||
45 | * @return array |
||
46 | */ |
||
47 | public function getData() |
||
51 | } |
||
52 |