# Provider

| Attribute      | Type    | Description                                                                                         |
| -------------- | ------- | --------------------------------------------------------------------------------------------------- |
| id             | integer | Unique identifier for the provider.                                                                 |
| code           | string  | Visual identifier code of the provider.                                                             |
| name           | string  | Provider name.                                                                                      |
| inactive       | integer | <p>Possible values are :</p><ul><li>0: Provider is active</li><li>1: Provider is inactive</li></ul> |
| creation\_date | date    | Created date.                                                                                       |
| address        | string  | Address of the provider.                                                                            |
| address2       | string  | Address (other) of the provider.                                                                    |
| city           | string  | City of the provider.                                                                               |
| state          | string  | State of the provider.                                                                              |
| zipcode        | string  | Zipcode of the provider.                                                                            |
| phone          | string  | Phone of the provider.                                                                              |
| fax            | string  | Fax of the provider.                                                                                |
| email          | string  | Email of the provider.                                                                              |
| website        | string  | Website of the provider.                                                                            |
| credit         | numeric | Credit limit of the provider.                                                                       |
| term           | integer | Payment terms (days) of the provider.                                                               |
