| 1 | <?php |
||
| 10 | class PaymentCompleteRequest extends AbstractPaypalRequest |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @return string |
||
| 14 | */ |
||
| 15 | public function getEndpoint() |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @return string |
||
| 24 | */ |
||
| 25 | public function getHttpMethod() |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @return string |
||
| 32 | */ |
||
| 33 | public function getPayerId() |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @param string $value |
||
| 40 | */ |
||
| 41 | public function setPayerId($value) |
||
| 45 | |||
| 46 | /** |
||
| 47 | * @param mixed $data |
||
| 48 | * @return PaymentResponse |
||
| 49 | */ |
||
| 50 | public function sendData($data) |
||
| 60 | |||
| 61 | /** |
||
| 62 | * @return array |
||
| 63 | */ |
||
| 64 | public function getData() |
||
| 72 | } |
||
| 73 |