Click or drag to resize

PaymentSlipAmountToPaymentTransactionFulfillmentGetFulfillmentsWithinDocument Method

Gets the fulfillments of an order item, searching within all fulfillments of a document.

Namespace:  Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public override IEnumerable<PaymentTransactionLine> GetFulfillmentsWithinDocument(
	PaymentSlipAmount orderItem,
	IEnumerable<PaymentTransactionLine> documentFulfillments
)

Parameters

orderItem
Type: Aloe.EnterpriseOne.Model.Finance.PaymentsPaymentSlipAmount
The order item.
documentFulfillments
Type: System.Collections.GenericIEnumerablePaymentTransactionLine
The document fulfillments.

Return Value

Type: IEnumerablePaymentTransactionLine
See Also