| 1 | <?php |
||
| 10 | class CreateCardRequest extends AbstractPaypalRequest |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @return string |
||
| 14 | */ |
||
| 15 | public function getEndpoint() |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @return string |
||
| 22 | */ |
||
| 23 | public function getHttpMethod() |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @return string |
||
| 30 | */ |
||
| 31 | public function getPayerId() |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @param string $value |
||
| 38 | */ |
||
| 39 | public function setPayerId($value) |
||
| 43 | /** |
||
| 44 | * @param mixed $data |
||
| 45 | * @return CreateCardResponse |
||
| 46 | */ |
||
| 47 | public function sendData($data) |
||
| 57 | |||
| 58 | /** |
||
| 59 | * @return array |
||
| 60 | */ |
||
| 61 | public function getData() |
||
| 71 | } |
||
| 72 |