Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 945 Bytes

Package.md

File metadata and controls

15 lines (11 loc) · 945 Bytes

Package

Properties

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]

[Back to Model list] [Back to API list] [Back to README]