Child
Value members
Inherited methods
Create a child cost center that is nested under this one.
Create a child cost center that is nested under this one.
- Inherited from:
- CostCenter
Check whether this cost center has a parent with a given name.
Check whether this cost center has a parent with a given name.
(Root / "foo" / "bar").hasParent("foo") // true
(Root / "foo" / "bar").hasParent("bar") // true
(Root / "foo" / "bar").hasParent("baz") // false
- Inherited from:
- CostCenter