- Call those calculation methods in your total tax calculation method.
- Make the three tax-related properties Dependent properties whose values are computed when you ask for them using the value of the non-Dependent income property. See this documentation page for a short example. In the example the Balance property is not stored in the object; it's computed using the values of the DollarAmount and Current properties that are stored in the object.
