InvoiceToPaymentOrderFulfillmentOrderItemInvoiceLines Property |
Gets the invoice lines.
Namespace:
Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic IEnumerable<InvoiceLine> InvoiceLines { get; }
Public ReadOnly Property InvoiceLines As IEnumerable(Of InvoiceLine)
Get
public:
property IEnumerable<InvoiceLine^>^ InvoiceLines {
IEnumerable<InvoiceLine^>^ get ();
}
member InvoiceLines : IEnumerable<InvoiceLine> with get
Property Value
Type:
IEnumerableInvoiceLine
See Also