Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.88 KB

ModelOrderPos.md

File metadata and controls

28 lines (25 loc) · 1.88 KB

ModelOrderPos

Properties

Name Type Description Notes
id int The order position id [optional]
object_name string The order position object name [optional]
create string Date of order position creation [optional]
update string Date of last order position update [optional]
order \Swagger\Client\Model\ModelOrderPosOrder [optional]
part \Swagger\Client\Model\ModelInvoicePosPart [optional]
quantity float Quantity of the article/part
price float Price of the article/part. Is either gross or net, depending on the sevDesk account setting. [optional]
price_net float Net price of the part [optional]
price_tax float Tax on the price of the part [optional]
price_gross float Gross price of the part [optional]
name float Name of the article/part. [optional]
unity \Swagger\Client\Model\ModelCreditNotePosUnity
sev_client \Swagger\Client\Model\ModelOrderPosSevClient [optional]
position_number int Position number of your position. Can be used to order multiple positions. [optional]
text string A text describing your position. [optional]
discount float An optional discount of the position. [optional]
optional bool Defines if the position is optional. [optional]
tax_rate float Tax rate of the position.
sum_discount float Discount sum of the position [optional]

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