PaymentOrderRefInvoiceDocumentDate Property |
The date of the related invoice. null means that the payment order isn't related to any invoice or the date is unknown. [Filter(eq;ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> RefInvoiceDocumentDate { get; set; }
Public Property RefInvoiceDocumentDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ RefInvoiceDocumentDate {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member RefInvoiceDocumentDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also