InvoiceIssuedItems Property |  |
Zoznam položiek vydanej faktúry.
Namespace: Exa.OBERON.ServicesCashRegisterGen2.Stock.InvoicesIssuedAssembly: Exa.OBERON.ServicesCashRegisterGen2 (in Exa.OBERON.ServicesCashRegisterGen2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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
ListInvoiceIssuedItem
See Also