Click or drag to resize

PaymentSlipAmountToPaymentTransactionFulfillment Constructor

Initializes a new instance of the PaymentSlipAmountToPaymentTransactionFulfillment class.

Namespace:  Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public PaymentSlipAmountToPaymentTransactionFulfillment(
	EnterpriseOneTransaction transaction,
	Func<PaymentSlipAmount, PaymentTransaction> getOrCreateSubDocument
)

Parameters

transaction
Type: Aloe.EnterpriseOne.Model.CoreEnterpriseOneTransaction
The transaction.
getOrCreateSubDocument
Type: SystemFuncPaymentSlipAmount, PaymentTransaction
Function to get or create the sub-document.
See Also