calculate_taxes
Calculate the tax amount for a payment based on the region and product type. Provide the base amount and region code to get the applicable taxes.
Instructions
Calculate taxes for a payment based on region
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Base amount | |
| region | Yes | Region/state code | |
| productType | No | Product type for tax calculation | physical |