# Type specifications

### PriceList

| Property     | Type     | Description                                                                                                         |
| ------------ | -------- | ------------------------------------------------------------------------------------------------------------------- |
| Id           | integer  | ID of the price list                                                                                                |
| Name         | string   | Name of the price list                                                                                              |
| DiscountRate | decimal? | The percentage discount of the price list (the default discount rate of the products associated to this price list) |
