InvoiceToPaymentOrderFulfillment Constructor |
Namespace:
Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic InvoiceToPaymentOrderFulfillment(
EnterpriseOneTransaction transaction,
Invoice invoice,
DocumentType paymentOrderDocumentType,
bool forShipmentsOnly
)
Public Sub New (
transaction As EnterpriseOneTransaction,
invoice As Invoice,
paymentOrderDocumentType As DocumentType,
forShipmentsOnly As Boolean
)
public:
InvoiceToPaymentOrderFulfillment(
EnterpriseOneTransaction^ transaction,
Invoice^ invoice,
DocumentType^ paymentOrderDocumentType,
bool forShipmentsOnly
)
new :
transaction : EnterpriseOneTransaction *
invoice : Invoice *
paymentOrderDocumentType : DocumentType *
forShipmentsOnly : bool -> InvoiceToPaymentOrderFulfillment
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