PaymentSlipAmountToPaymentTransactionFulfillmentCreateFulfillmentItems Method (PaymentSlipAmount, FulfillmentAdvicePaymentSlipAmount, PaymentTransactionLine) |
Creates fulfillment items for the specified order item.
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic override IEnumerable<PaymentTransactionLine> CreateFulfillmentItems(
PaymentSlipAmount orderItem,
FulfillmentAdvice<PaymentSlipAmount, PaymentTransactionLine> advice
)
Public Overrides Function CreateFulfillmentItems (
orderItem As PaymentSlipAmount,
advice As FulfillmentAdvice(Of PaymentSlipAmount, PaymentTransactionLine)
) As IEnumerable(Of PaymentTransactionLine)
public:
virtual IEnumerable<PaymentTransactionLine^>^ CreateFulfillmentItems(
PaymentSlipAmount^ orderItem,
FulfillmentAdvice<PaymentSlipAmount^, PaymentTransactionLine^>^ advice
) override
abstract CreateFulfillmentItems :
orderItem : PaymentSlipAmount *
advice : FulfillmentAdvice<PaymentSlipAmount, PaymentTransactionLine> -> IEnumerable<PaymentTransactionLine>
override CreateFulfillmentItems :
orderItem : PaymentSlipAmount *
advice : FulfillmentAdvice<PaymentSlipAmount, PaymentTransactionLine> -> IEnumerable<PaymentTransactionLine>
Parameters
- orderItem
- Type: Aloe.EnterpriseOne.Model.Finance.PaymentsPaymentSlipAmount
The order item for which to create fulfillment items. - advice
- Type: Aloe.EnterpriseOne.Model.Core.TransformationsFulfillmentAdvicePaymentSlipAmount, PaymentTransactionLine
Advice for the values of the measurements. Measures, which are not specified are fulfilled fully.
Return Value
Type:
IEnumerablePaymentTransactionLine
The created fulfillment items.
See Also