1 | <?php |
||
8 | class CompletePurchaseResponse extends AbstractResponse implements RedirectResponseInterface |
||
9 | { |
||
10 | |||
11 | public function isSuccessful() |
||
15 | |||
16 | public function getLabel() |
||
20 | |||
21 | public function getAccount() |
||
25 | |||
26 | public function getTransactionId() |
||
30 | |||
31 | public function getTransactionReference() |
||
35 | |||
36 | public function getAmount() |
||
40 | |||
41 | public function getWithdrawAmount() |
||
45 | |||
46 | public function getCurrency() |
||
50 | |||
51 | public function getNotificationType() |
||
55 | |||
56 | public function getBillId() |
||
60 | |||
61 | public function getCodePro() |
||
65 | |||
66 | public function getUnaccepted() |
||
70 | |||
71 | public function getDatetime() |
||
75 | |||
76 | public function getSender() |
||
80 | |||
81 | public function getSha1Hash() |
||
85 | |||
86 | public function getOperationLabel() |
||
90 | |||
91 | } |
||
92 |