| Total Complexity | 4 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | class HostedPaymentSettings extends BaseDataType |
||
| 9 | { |
||
| 10 | |||
| 11 | /** |
||
| 12 | * Adds a setting to the hosted payment configuration. |
||
| 13 | * |
||
| 14 | * @param Setting $setting |
||
| 15 | */ |
||
| 16 | public function addSetting(Setting $setting): void |
||
| 19 | } |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Removes setting from the hosted payment configuration. |
||
| 23 | * |
||
| 24 | * @param string $name |
||
| 25 | */ |
||
| 26 | public function removeSetting(string $name): void |
||
| 35 |