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

# FoodVouchers

FoodVouchers carries the data to produce a CFDI's "Complemento de Vales de Despensa" (version 1.0) providing detailed information about food vouchers issued by an e-wallet supplier to its customer's employees.

## Schema ID

`https://gobl.org/draft-0/regimes/mx/food-vouchers`

## Properties

| Title                 | Property                | Type                                                                           | Description                                                                     |
| --------------------- | ----------------------- | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------- |
| Employer Registration | `employer_registration` | string                                                                         | Customer's employer registration number (maps to `registroPatronal`).           |
| Account Number        | `account_number`        | string                                                                         | Customer's account number (maps to `numeroDeCuenta`).                           |
| Total                 | `total`                 | [num.Amount](/draft-0/num/amount)                                              | Sum of all line amounts (calculated, maps to `total`).                          |
| Lines                 | `lines`                 | array of [regimes.mx.FoodVouchersLine](/draft-0/regimes/mx/food_vouchers_line) | List of food vouchers issued to the customer's employees (maps to `Conceptos`). |
