Click or drag to resize
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.CustomerInvoiceService
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
public List<CustomerInvoiceRow> Rows { get; set; }

Property Value

Type: ListCustomerInvoiceRow
See Also