1 | <?php declare(strict_types = 1); |
||
10 | class OneclickStartPaymentRequest |
||
11 | { |
||
12 | |||
13 | /** |
||
14 | * @var string |
||
15 | */ |
||
16 | private $merchantId; |
||
17 | |||
18 | /** |
||
19 | * @var string |
||
20 | */ |
||
21 | private $payId; |
||
22 | |||
23 | 2 | public function __construct( |
|
33 | |||
34 | 1 | public function send(ApiClient $apiClient): PaymentResponse |
|
68 | |||
69 | } |
||
70 |