EventimCatalogProductDto
Represents a product available in the catalog.
Product identifier (ID_Generic).
Product type (eg GLOBAL, ...)
Product display name.
Product code for internal reference.
Print option configuration for the product.
Indicates whether this product can be printed on a ticket.
First additional ticket information line (optional).
Second additional ticket information line (optional).
Third additional ticket information line (optional).
Fourth additional ticket information line (optional).
Method used to calculate the product price.
Tax identifier for amount column 1 (optional).
Tax identifier for amount column 2 (optional).
Tax identifier for amount column 3 (optional).
Tax identifier for amount column 4 (optional).
Tax identifier for amount column 5 (optional).
Tax identifier for amount column 6 (optional).
Tax identifier for amount column 7 (optional).
Tax identifier for amount column 8 (optional).
Tax identifier for amount column 9 (optional).
{
"productId": 0,
"productType": "string",
"label": "string",
"code": "string",
"printOption": "string",
"printable": true,
"ticketInfo1": "string",
"ticketInfo2": "string",
"ticketInfo3": "string",
"ticketInfo4": "string",
"calculationMethod": "string",
"taxIdCol1": 0,
"taxIdCol2": 0,
"taxIdCol3": 0,
"taxIdCol4": 0,
"taxIdCol5": 0,
"taxIdCol6": 0,
"taxIdCol7": 0,
"taxIdCol8": 0,
"taxIdCol9": 0
}