PdcPurchaseInvoiceLine.Amount: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
Created page with "== Declaration == Amount as double == Description == Invoiced amount == Notes == == Code example == <source lang="vb"> </source> == Availability =="
 
No edit summary
Line 6: Line 6:


== Notes ==
== Notes ==
 
Returns or sets the total amount for the invoice line. When setting this property, set this after you've set the line's quantity! If not, the amount will be used as unitprice.


== Code example ==
== Code example ==

Revision as of 12:43, 12 March 2015

Declaration

Amount as double

Description

Invoiced amount

Notes

Returns or sets the total amount for the invoice line. When setting this property, set this after you've set the line's quantity! If not, the amount will be used as unitprice.

Code example

Availability