CommercialOfferOperation

Model that describes commercial offer document operations.

Name Type Description
document_id Int64 Commercial offer document ID.
id Int64 Commercial offer document operation ID.
item Item Item.
last_update Int64 Last record update time as Unix time.
order Int64 Operation order inside the document. Missing database values are returned as 0. Returns 0 for database versions earlier than 407.
price Decimal Item price.
quantity Decimal Item quantity.
vat_calculation_type String VAT calculation mode: No - do not accrue, Exclude - included in the amount, Include - added on top. Allowed values: No, Exclude, Include.
vat_value Decimal VAT rate value.