Click or drag to resize

LeaseContractGeneratePaymentOrdersReturningGuarantee Method

Generates the payment orders for returning the guarantee.

Namespace:  Aloe.EnterpriseOne.Model.Applications.Rental
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public IEnumerable<PaymentOrder> GeneratePaymentOrdersReturningGuarantee(
	DocumentType documentType
)

Parameters

documentType
Type: Aloe.EnterpriseOne.Model.GeneralDocumentType
Type of the document.

Return Value

Type: IEnumerablePaymentOrder
The generated payment orders.
See Also