Click or drag to resize

PaymentOrderToPaymentTransactionLinesFulfillment Constructor

Initializes a new instance of the PaymentOrderToPaymentTransactionLinesFulfillment class.

Namespace:  Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public PaymentOrderToPaymentTransactionLinesFulfillment(
	EnterpriseOneTransaction transaction,
	Func<PaymentOrder, PaymentTransaction> getOrCreateSubDocument,
	OrphanHandling orphanHandling = 0
)

Parameters

transaction
Type: Aloe.EnterpriseOne.Model.CoreEnterpriseOneTransaction
The transaction.
getOrCreateSubDocument
Type: SystemFuncPaymentOrder, PaymentTransaction
Function to get or create the sub-document.
orphanHandling (Optional)
Type: Aloe.EnterpriseOne.Model.Core.TransformationsOrphanHandling
Specifies the orphan handling strategy.
See Also