Click or drag to resize

PaymentOrderDueStartDate Property

The date at which the payment becomes executable. null means the payment is executable at all times. [Filter(eq;ge;le)] [ORD]

Namespace:  Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Nullable<DateTime> DueStartDate { get; set; }

Property Value

Type: NullableDateTime
See Also