Click or drag to resize

InvoiceToPaymentOrderFulfillmentGetFulfillments Method

Gets the fulfillments.

Namespace:  Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public override IEnumerable<PaymentOrder> GetFulfillments(
	InvoiceToPaymentOrderFulfillmentOrderItem orderItem
)

Parameters

orderItem
Type: Aloe.EnterpriseOne.Model.Crm.InvoicingInvoiceToPaymentOrderFulfillmentOrderItem
The order item.

Return Value

Type: IEnumerablePaymentOrder
See Also