Click or drag to resize

ICreateInvoiceFromScheduleEventArgsCustomersLinesToInvoice Property

Gets the customers lines to invoice.

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.Deal
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
IDictionary<string, IList<IInvoicableFromScheduleEvent>> CustomersLinesToInvoice { get; }

Property Value

Type: IDictionaryString, IListIInvoicableFromScheduleEvent
See Also