BulkPaymentOrderLineRefInvoiceApplyDate Property |
The apply date of the related invoice. Not specified when the payment order isn't related to any invoice or the apply date is unknown.
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> RefInvoiceApplyDate { get; set; }
Public Property RefInvoiceApplyDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ RefInvoiceApplyDate {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member RefInvoiceApplyDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also