# Manufacturers

This is a base object that contains all you can do about Manufacturers.

## constructor


Constructor

### Parámetros

| Nombre | Tipo | Opcional | Descripción |
| :--- | :--- | :---: | :--- |
| **Reference** | `InternalOpenGateAPI` | ❌ | to the API object. |


---
## withAddress(address)


Set the address attribute

### Parámetros

| Nombre | Tipo | Opcional | Descripción |
| :--- | :--- | :---: | :--- |
| **address** | `string` | ❌ |  |

### Retorna

{{% notice tip %}}
**Tipo:** `Manufacturers`
<br>

{{% /notice %}}

---
## withDescription(description)


Set the description attribute

### Parámetros

| Nombre | Tipo | Opcional | Descripción |
| :--- | :--- | :---: | :--- |
| **description** | `string` | ❌ | required field |

### Retorna

{{% notice tip %}}
**Tipo:** `Manufacturers`
<br>

{{% /notice %}}

---
## withEmail(email)


Set the email attribute

### Parámetros

| Nombre | Tipo | Opcional | Descripción |
| :--- | :--- | :---: | :--- |
| **email** | `string` | ❌ |  |

### Retorna

{{% notice tip %}}
**Tipo:** `Manufacturers`
<br>

{{% /notice %}}

---
## withFax(fax)


Set the fax attribute

### Parámetros

| Nombre | Tipo | Opcional | Descripción |
| :--- | :--- | :---: | :--- |
| **fax** | `string` | ❌ |  |

### Retorna

{{% notice tip %}}
**Tipo:** `Manufacturers`
<br>

{{% /notice %}}

---
## withIdentifier(id)


Set the identifier attribute

### Parámetros

| Nombre | Tipo | Opcional | Descripción |
| :--- | :--- | :---: | :--- |
| **id** | `string` | ❌ | required field |

### Retorna

{{% notice tip %}}
**Tipo:** `Manufacturers`
<br>

{{% /notice %}}

---
## withName(name)


Set the name attribute

### Parámetros

| Nombre | Tipo | Opcional | Descripción |
| :--- | :--- | :---: | :--- |
| **name** | `string` | ❌ | required field |

### Retorna

{{% notice tip %}}
**Tipo:** `Manufacturers`
<br>

{{% /notice %}}

---
## withNotes(notes)


Set the notes attribute

### Parámetros

| Nombre | Tipo | Opcional | Descripción |
| :--- | :--- | :---: | :--- |
| **notes** | `string` | ❌ |  |

### Retorna

{{% notice tip %}}
**Tipo:** `Manufacturers`
<br>

{{% /notice %}}

---
## withTelephone(telephone)


Set the telephone attribute

### Parámetros

| Nombre | Tipo | Opcional | Descripción |
| :--- | :--- | :---: | :--- |
| **telephone** | `string` | ❌ |  |

### Retorna

{{% notice tip %}}
**Tipo:** `Manufacturers`
<br>

{{% /notice %}}

---
## withUrl(url)


Set the url attribute

### Parámetros

| Nombre | Tipo | Opcional | Descripción |
| :--- | :--- | :---: | :--- |
| **url** | `string` | ❌ |  |

### Retorna

{{% notice tip %}}
**Tipo:** `Manufacturers`
<br>

{{% /notice %}}

---

