PaymentSlipAmountPaymentSlipLines Property |
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<PaymentSlipLine> PaymentSlipLines { get; }
Public ReadOnly Property PaymentSlipLines As ChildCollection(Of PaymentSlipLine)
Get
public:
property ChildCollection<PaymentSlipLine^>^ PaymentSlipLines {
ChildCollection<PaymentSlipLine^>^ get ();
}
member PaymentSlipLines : ChildCollection<PaymentSlipLine> with get
Property Value
Type:
ChildCollectionPaymentSlipLine
See Also