# Comum

#### Voucher <a href="#voucher" id="voucher"></a>

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

**Campos**

| Nome                                            | Tipo      | Observações    |
| ----------------------------------------------- | --------- | -------------- |
| **view**                                        | boolean   |                |
| **order**<mark style="color:red;">**\***</mark> | integer   |                |
| **type**<mark style="color:red;">**\***</mark>  | string    | length(1, 255) |
| **file**<mark style="color:red;">**\***</mark>  | reference |                |

**Reference**

| Nome                                           | Tipo            | Observações |
| ---------------------------------------------- | --------------- | ----------- |
| **path**<mark style="color:red;">**\***</mark> | string          |             |
| **mime**<mark style="color:red;">**\***</mark> | string(options) |             |
| **size**<mark style="color:red;">**\***</mark> | integer         |             |
| **name**<mark style="color:red;">**\***</mark> | string          |             |

**Opções de mimetype**

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