1 | <?php |
||
16 | class PurchaseResponse extends AbstractResponse |
||
17 | { |
||
18 | /** |
||
19 | * {@inheritdoc} |
||
20 | */ |
||
21 | public function getCode(): ?string |
||
25 | |||
26 | /** |
||
27 | * {@inheritdoc} |
||
28 | */ |
||
29 | public function getMessage(): ?string |
||
33 | |||
34 | /** |
||
35 | * {@inheritdoc} |
||
36 | */ |
||
37 | public function getTransactionReference(): ?string |
||
41 | } |
||
42 |