
# Tax Calculation Phase

When to calculate the taxes due on a cart.

## Enumeration

`TaxCalculationPhase`

## Fields

| Name | Description |
|  --- | --- |
| `TAX_SUBTOTAL_PHASE` | The fee is calculated based on the payment's subtotal. |
| `TAX_TOTAL_PHASE` | The fee is calculated based on the payment's total. |

