Product - en
This object defines an item for which units can be invoiced to customers.
{
"id": 3,
"name": "Demo",
"labels": Label[],
"category": Category|null,
"essences": ProductEssence[],
"paymentSystems": PaymentSystem[],
"createdAt": "2019-08-05 13:49:46"
}
Model Description:
Name | Description |
---|---|
id | ID |
name | Name |
labels | Array of objects of type Label |
category | Object of type Category or null |
essences | Array of objects of type ProductEssence |
paymentSystems | Array of PaymentSystem type objects |
createdAt | Date of creation |