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