PaymentOrderToPaymentTransactionLinesFulfillmentGetFulfillmentsWithinDocument 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
Syntaxpublic override IEnumerable<PaymentTransactionLine> GetFulfillmentsWithinDocument(
PaymentOrder orderItem,
IEnumerable<PaymentTransactionLine> documentFulfillments
)
Public Overrides Function GetFulfillmentsWithinDocument (
orderItem As PaymentOrder,
documentFulfillments As IEnumerable(Of PaymentTransactionLine)
) As IEnumerable(Of PaymentTransactionLine)
public:
virtual IEnumerable<PaymentTransactionLine^>^ GetFulfillmentsWithinDocument(
PaymentOrder^ orderItem,
IEnumerable<PaymentTransactionLine^>^ documentFulfillments
) override
abstract GetFulfillmentsWithinDocument :
orderItem : PaymentOrder *
documentFulfillments : IEnumerable<PaymentTransactionLine> -> IEnumerable<PaymentTransactionLine>
override GetFulfillmentsWithinDocument :
orderItem : PaymentOrder *
documentFulfillments : IEnumerable<PaymentTransactionLine> -> IEnumerable<PaymentTransactionLine>
Parameters
- orderItem
- Type: Aloe.EnterpriseOne.Model.Finance.PaymentsPaymentOrder
The order item. - documentFulfillments
- Type: System.Collections.GenericIEnumerablePaymentTransactionLine
The document fulfillments.
Return Value
Type:
IEnumerablePaymentTransactionLine
See Also