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