Click or drag to resize

ServiceOrderCreateZeroPaymentOrder Method

Generates PaymentOrder from the project task.

Namespace:  Aloe.EnterpriseOne.Model.Applications.Service
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public PaymentOrder CreateZeroPaymentOrder(
	DocumentType documentType
)

Parameters

documentType
Type: Aloe.EnterpriseOne.Model.GeneralDocumentType
The document type which to set for the payment order.

Return Value

Type: PaymentOrder
The newly created payment order.
See Also