Total Complexity | 1 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
30 | class ListPaymentOptionsCallEntity extends CallEntity |
||
31 | { |
||
32 | /** @var string $action */ |
||
33 | protected $action; |
||
34 | |||
35 | /** @var string $channel */ |
||
36 | protected $channel; |
||
37 | |||
38 | /** @var ChannelSetEntity $channelSet */ |
||
39 | protected $channelSet; |
||
40 | |||
41 | /** @var string $type */ |
||
42 | protected $type; |
||
43 | |||
44 | /** |
||
45 | * Sets Channel Set |
||
46 | * |
||
47 | * @param array $channelSet |
||
48 | */ |
||
49 | public function setChannelSet($channelSet) |
||
54 |