Click or drag to resize

PaymentSlipDistributeAmountsChronologically Method

Distributes the amounts for the current Payment slip that are included in the group. Groups should be created based on the slip amount Party and Direction.

Namespace:  Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public void DistributeAmountsChronologically(
	List<PaymentSlipAmount> psaList
)

Parameters

psaList
Type: System.Collections.GenericListPaymentSlipAmount
A list of the slip amounts in the group.
See Also