1 | <?php |
||
11 | class Response extends AbstractResponse |
||
12 | { |
||
13 | public function __construct(RequestInterface $request, $data) |
||
18 | |||
19 | public function isSuccessful() |
||
23 | |||
24 | public function isRedirect() |
||
28 | |||
29 | public function getRedirectUrl() |
||
33 | |||
34 | public function isPending() |
||
38 | |||
39 | public function getTransactionReference() |
||
45 | } |
||
46 |