(self)
| 20 | |
| 21 | @property |
| 22 | def plans(self) -> Dict[str, ChargebeeObjMetadata]: |
| 23 | return self._get_items()["plans"] # type: ignore[no-any-return] |
| 24 | |
| 25 | @property |
| 26 | def addons(self) -> Dict[str, ChargebeeObjMetadata]: |
nothing calls this directly
no test coverage detected