 | 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
SyntaxIDictionary<string, IList<IInvoicableFromScheduleEvent>> CustomersLinesToInvoice { get; }
ReadOnly Property CustomersLinesToInvoice As IDictionary(Of String, IList(Of IInvoicableFromScheduleEvent))
Get
Property Value
Type:
IDictionaryString,
IListIInvoicableFromScheduleEvent
See Also