Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 2.06 KB

ModelCreditNotePosResponse.md

File metadata and controls

28 lines (25 loc) · 2.06 KB

# ModelCreditNotePosResponse

Properties

Name Type Description Notes
id string The creditNote position id [optional] [readonly]
object_name string The creditNote position object name [optional] [readonly] [default to 'CreditNotePos']
create string Date of creditNote position creation [optional] [readonly]
update string Date of last creditNote position update [optional] [readonly]
credit_note \Itsmind\Sevdesk\Model\ModelCreditNotePosResponseCreditNote
part \Itsmind\Sevdesk\Model\ModelCreditNotePosResponsePart [optional]
quantity string Quantity of the article/part
price string Price of the article/part. Is either gross or net, depending on the sevDesk account setting. [optional]
price_net string Net price of the part [optional] [readonly]
price_tax string Tax on the price of the part [optional]
price_gross string Gross price of the part [optional]
name string Name of the article/part. [optional]
unity \Itsmind\Sevdesk\Model\ModelCreditNotePosResponseUnity
sev_client \Itsmind\Sevdesk\Model\ModelCreditNotePosResponseSevClient [optional]
position_number string Position number of your position. Can be used to creditNote multiple positions. [optional]
text string A text describing your position. [optional]
discount string An optional discount of the position. [optional]
optional bool Defines if the position is optional. [optional]
tax_rate string Tax rate of the position.
sum_discount string Discount sum of the position [optional] [readonly]

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