> For the complete documentation index, see [llms.txt](https://acessorh.gitbook.io/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://acessorh.gitbook.io/project/v2/referencias/comum.md).

# Comum

### Voucher

Estrutura utilizada para exibição das imagens dos documentos e pessoas.

#### Campos

| Nome                                                  | Tipo                                                    | Observações    |
| ----------------------------------------------------- | ------------------------------------------------------- | -------------- |
| <p><strong>view</strong></p><p>optional</p>           | boolean                                                 |                |
| <p><strong>order</strong></p><p><em>required</em></p> | integer                                                 |                |
| <p><strong>type</strong></p><p><em>required</em></p>  | string                                                  | length(1, 255) |
| <p><strong>file</strong></p><p><em>required</em></p>  | [reference](/project/v2/referencias/comum.md#reference) |                |

#### Reference

| Nome                                                 | Tipo                                                                   | Observações |
| ---------------------------------------------------- | ---------------------------------------------------------------------- | ----------- |
| <p><strong>path</strong></p><p><em>required</em></p> | string                                                                 |             |
| <p><strong>mime</strong></p><p><em>required</em></p> | string([options](/project/v2/referencias/comum.md#opcoes-de-mimetype)) |             |
| <p><strong>size</strong></p><p><em>required</em></p> | integer                                                                |             |
| <p><strong>name</strong></p><p><em>required</em></p> | string                                                                 |             |

#### Opções de mimetype

```
"image/jpeg", "image/jpg", "image/png", "application/pdf"
```
