Click or drag to resize

InvoiceToPaymentOrderFulfillmentOrderItem Class

The order item class for InvoiceToPaymentOrderFulfillment
Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.Crm.InvoicingInvoiceToPaymentOrderFulfillmentOrderItem

Namespace:  Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public class OrderItem

The InvoiceToPaymentOrderFulfillmentOrderItem type exposes the following members.

Constructors
  NameDescription
Public methodInvoiceToPaymentOrderFulfillmentOrderItem
Initializes a new instance of the InvoiceToPaymentOrderFulfillmentOrderItem class.
Top
Properties
  NameDescription
Public propertyInvoice
Gets the invoice.
Public propertyInvoiceLines
Gets the invoice lines.
Public propertySalesOrder
Gets the sales order.
Top
Methods
  NameDescription
Public methodGetInvoiceLinesTotalAmount
Gets the lines total amount. Used for the AmountToPay measure in InvoiceToPaymentOrderFulfillment
Top
See Also