> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gobl.org/llms.txt
> Use this file to discover all available pages before exploring further.

# FuelAccountTax

FuelAccountTax represents a single tax applied to a fuel purchase.

## Schema ID

`https://gobl.org/draft-0/regimes/mx/fuel-account-balance#/$defs/FuelAccountTax`

## Properties

| Title    | Property  | Type                                      | Description                                                                               |
| -------- | --------- | ----------------------------------------- | ----------------------------------------------------------------------------------------- |
| Category | `cat`     | [cbc.Code](/draft-0/cbc/code)             | Category that identifies the tax ("VAT" or "IEPS", maps to `Impuesto`)                    |
| Percent  | `percent` | [num.Percentage](/draft-0/num/percentage) | Percent applicable to the line total (tasa) to use instead of Rate (maps to `TasaoCuota`) |
| Rate     | `rate`    | [num.Amount](/draft-0/num/amount)         | Rate is a fixed fee to apply to the line quantity (cuota) (maps to `TasaOCuota`)          |
| Amount   | `amount`  | [num.Amount](/draft-0/num/amount)         | Total amount of the tax once the percent or rate has been applied (maps to `Importe`).    |
