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

# FoodVouchersEmployee

FoodVouchersEmployee represents an employee that received a food voucher.

## Schema ID

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

## Properties

| Title                             | Property          | Type                          | Description                                                               |
| --------------------------------- | ----------------- | ----------------------------- | ------------------------------------------------------------------------- |
| Employee's Tax Identity Code      | `tax_code`        | [cbc.Code](/draft-0/cbc/code) | Employee's tax identity code (maps to `rfc`).                             |
| Employee's CURP                   | `curp`            | [cbc.Code](/draft-0/cbc/code) | Employee's CURP ("Clave Única de Registro de Población", maps to `curp`). |
| Employee's Name                   | `name`            | string                        | Employee's name (maps to `nombre`).                                       |
| Employee's Social Security Number | `social_security` | [cbc.Code](/draft-0/cbc/code) | Employee's Social Security Number (maps to `numSeguridadSocial`).         |
