| 1 | <?php |
||
| 4 | class RestCaptureRequest extends AbstractRequest |
||
| 5 | { |
||
| 6 | 6 | protected function getEndpoint() |
|
| 10 | |||
| 11 | 6 | public function getHttpMethod() |
|
| 15 | |||
| 16 | 6 | public function getChargeId() |
|
| 20 | |||
| 21 | 6 | public function setChargeId($value) |
|
| 25 | |||
| 26 | 6 | public function getData() |
|
| 36 | |||
| 37 | 6 | protected function createResponse($data, $headers = [], $status = 404) |
|
| 41 | } |
||
| 42 |