| 1 | <?php |
||
| 5 | class PaymentMessage extends Message |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * @return array |
||
| 9 | */ |
||
| 10 | 2 | public function getPurchase() |
|
| 14 | |||
| 15 | /** |
||
| 16 | * @return array |
||
| 17 | */ |
||
| 18 | 2 | public function getTransaction() |
|
| 22 | |||
| 23 | /** |
||
| 24 | * @return int |
||
| 25 | */ |
||
| 26 | 2 | public function getPaymentId() |
|
| 30 | |||
| 31 | /** |
||
| 32 | * @return string|null |
||
| 33 | */ |
||
| 34 | 4 | public function getExternalPaymentId() |
|
| 40 | |||
| 41 | /** |
||
| 42 | * @return array |
||
| 43 | */ |
||
| 44 | 2 | public function getPaymentDetails() |
|
| 48 | |||
| 49 | /** |
||
| 50 | * @return array |
||
| 51 | */ |
||
| 52 | 4 | public function getCustomParameters() |
|
| 60 | |||
| 61 | /** |
||
| 62 | * @return bool |
||
| 63 | */ |
||
| 64 | 4 | public function isDryRun() |
|
| 72 | } |
||
| 73 |