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
Syntaxpublic void DistributeAmountsChronologically(
List<PaymentSlipAmount> psaList
)
Public Sub DistributeAmountsChronologically (
psaList As List(Of PaymentSlipAmount)
)
public:
void DistributeAmountsChronologically(
List<PaymentSlipAmount^>^ psaList
)
member DistributeAmountsChronologically :
psaList : List<PaymentSlipAmount> -> unit
Parameters
- psaList
- Type: System.Collections.GenericListPaymentSlipAmount
A list of the slip amounts in the group.
See Also