CustomerInvoiceRows Property |
[This is preliminary documentation and is subject to change.]
Lista med fakturarader. Raderna ska ligga i samma ordning som de önskas på fakturan.
Namespace: _3LProServices.CustomerInvoiceServiceAssembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntaxpublic List<CustomerInvoiceRow> Rows { get; set; }
Public Property Rows As List(Of CustomerInvoiceRow)
Get
Set
Property Value
Type:
ListCustomerInvoiceRow
See Also