Name | Type | Description | Notes |
---|---|---|---|
id | int | The order position id | [optional] [readonly] |
object_name | string | The order position object name | [optional] [readonly] [default to 'OrderPos'] |
create | \DateTime | Date of order position creation | [optional] [readonly] |
update | \DateTime | Date of last order position update | [optional] [readonly] |
order | \Itsmind\Sevdesk\Model\ModelOrderPosOrder | [optional] | |
part | \Itsmind\Sevdesk\Model\ModelCreditNotePosPart | [optional] | |
quantity | float | Quantity of the article/part | [optional] |
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] [readonly] |
price_tax | float | Tax on the price of the part | [optional] |
price_gross | float | Gross price of the part | [optional] |
name | string | Name of the article/part. | [optional] |
unity | \Itsmind\Sevdesk\Model\ModelCreditNotePosUnity | [optional] | |
sev_client | \Itsmind\Sevdesk\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. | [optional] |
sum_discount | float | Discount sum of the position | [optional] [readonly] |