Name | Type | Description | Notes |
---|---|---|---|
id | int | The ID of the package. | [optional] |
name | string | The name of the package. | [optional] |
discount_percentage | double | The discount percentage applied to the package. | [optional] |
sell_online | bool | When `true`, only products that can be sold online are returned.<br /> When `false`, all products are returned. | [optional] |
services | \Swagger\Client\Model\Service[] | Information about the services in the packages. | [optional] |
products | \Swagger\Client\Model\Product[] | Information about the products in the packages. | [optional] |