> ## 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.

# FoodVouchersLine

FoodVouchersLine represents a single food voucher issued to the e-wallet of one of the customer's employees.

## Schema ID

`https://gobl.org/draft-0/regimes/mx/food-vouchers#/$defs/FoodVouchersLine`

## Properties

| Title               | Property          | Type                                                                          | Description                                                                          |
| ------------------- | ----------------- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
| Index               | `i`               | integer                                                                       | Line number starting from 1 (calculated).                                            |
| E-wallet Identifier | `e_wallet_id`     | [cbc.Code](/draft-0/cbc/code)                                                 | Identifier of the e-wallet that received the food voucher (maps to `Identificador`). |
| Issue Date and Time | `issue_date_time` | [cal.DateTime](/draft-0/cal/date_time)                                        | Date and time of the food voucher's issue (maps to `Fecha`).                         |
| Employee            | `employee`        | [regimes.mx.FoodVouchersEmployee](/draft-0/regimes/mx/food_vouchers_employee) | Employee that received the food voucher.                                             |
| Amount              | `amount`          | [num.Amount](/draft-0/num/amount)                                             | Amount of the food voucher (maps to `importe`).                                      |
