1 | <?php |
||
14 | class PayRefundResponse extends AbstractResponse |
||
15 | { |
||
16 | /** |
||
17 | * {@inheritdoc} |
||
18 | */ |
||
19 | public function getCode(): ?string |
||
23 | |||
24 | /** |
||
25 | * {@inheritdoc} |
||
26 | */ |
||
27 | public function getTransactionId(): ?string |
||
31 | |||
32 | /** |
||
33 | * {@inheritdoc} |
||
34 | */ |
||
35 | public function getTransactionReference(): ?string |
||
39 | } |
||
40 |