Products
ModelsExpand Collapse
Product = object { id, code, created, 5 more } Product object
Product = object { id, code, created, 5 more }
Product object
id: string
Unique identifier for the product
code: string
User-defined product identifier.
created: string
ISO 8601 timestamp when the product was created
formatdate-time
paid_by_roles: array of object { id, name } User roles that can pay for this product
paid_by_roles: array of object { id, name }
User roles that can pay for this product
id: string
The unique ID of the role
name: string
The name of the role
paid_to_roles: array of object { id, name } User roles that receive payment for this product
paid_to_roles: array of object { id, name }
User roles that receive payment for this product
id: string
The unique ID of the role
name: string
The name of the role
update_version: number
Version number for optimistic locking
workspace_id: string
Workspace ID this product belongs to
description: optional string
Description of the product