Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | final class MastercardIssuerInstallments |
||
11 | { |
||
12 | /** |
||
13 | * @var ChosenPlan|null |
||
14 | * @SerializedName("ChosenPlan") |
||
15 | * @Type("array") |
||
16 | */ |
||
17 | private $chosenPlan; |
||
18 | |||
19 | public function getChosenPlan(): ?ChosenPlan |
||
22 | } |
||
23 | |||
24 | public function setChosenPlan(?ChosenPlan $chosenPlan): self |
||
31 |