Click or drag to resize

PaymentSlipAmountPaymentSlipLines Property

List of PaymentSlipLine child objects, based on the Finance.Payments.PaymentSlipLine.PaymentSlipAmount back reference

Namespace:  Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public ChildCollection<PaymentSlipLine> PaymentSlipLines { get; }

Property Value

Type: ChildCollectionPaymentSlipLine
See Also