Click or drag to resize

BulkPaymentOrderLines Property

List of BulkPaymentOrderLine child objects, based on the Finance.Payments.BulkPaymentOrderLine.BulkPaymentOrder 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<BulkPaymentOrderLine> Lines { get; }

Property Value

Type: ChildCollectionBulkPaymentOrderLine
See Also