InvoiceIssuedItems Property | |
Zoznam položiek vydanej faktúry.
Namespace: Exa.OBERON.ServicesGen2.Stock.InvoicesIssuedAssembly: Exa.OBERON.ServicesGen2 (in Exa.OBERON.ServicesGen2.dll) Version: 4.5.0.0 (4.5.0.0)
Syntax public List<InvoiceIssuedItem> Items { get; set; }
Public Property Items As List(Of InvoiceIssuedItem)
Get
Set
Dim instance As InvoiceIssued
Dim value As List(Of InvoiceIssuedItem)
value = instance.Items
instance.Items = value
Property Value
ListInvoiceIssuedItemSee Also