| 1 | <?php |
||
| 7 | class CompleteAuthorizeResponse extends AbstractResponse implements RedirectResponseInterface |
||
| 8 | { |
||
| 9 | public function isSuccessful() |
||
| 14 | |||
| 15 | |||
| 16 | /** |
||
| 17 | * Gateway Reference |
||
| 18 | * |
||
| 19 | * @return null|string A reference provided by the gateway to represent this transaction |
||
| 20 | */ |
||
| 21 | public function getTransactionReference() |
||
| 25 | } |
||
| 26 |