SalesOrderPaymentPlans Property |
Namespace:
Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<SalesOrderPaymentPlan> PaymentPlans { get; }
Public ReadOnly Property PaymentPlans As ChildCollection(Of SalesOrderPaymentPlan)
Get
public:
property ChildCollection<SalesOrderPaymentPlan^>^ PaymentPlans {
ChildCollection<SalesOrderPaymentPlan^>^ get ();
}
member PaymentPlans : ChildCollection<SalesOrderPaymentPlan> with get
Property Value
Type:
ChildCollectionSalesOrderPaymentPlan
See Also