Click or drag to resize

InvoiceToPaymentOrderFulfillment Constructor

Initializes a new instance of the InvoiceToPaymentOrderFulfillment class.

Namespace:  Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public InvoiceToPaymentOrderFulfillment(
	EnterpriseOneTransaction transaction,
	Invoice invoice,
	DocumentType paymentOrderDocumentType,
	bool forShipmentsOnly
)

Parameters

transaction
Type: Aloe.EnterpriseOne.Model.CoreEnterpriseOneTransaction
The transaction.
invoice
Type: Aloe.EnterpriseOne.Model.Crm.InvoicingInvoice
The invoice.
paymentOrderDocumentType
Type: Aloe.EnterpriseOne.Model.GeneralDocumentType
Type of the payment order document.
forShipmentsOnly
Type: SystemBoolean
if set to true [for shipments only].
See Also