PurchaseInvoiceLineIntrastatApplyDate Property |
Specifies in which period for Intrastat declaration must be included the current operation. Used only when the invoice is issued in different period than the one, that the operation must be included. If not set the document date is used.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Procurement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> IntrastatApplyDate { get; set; }
Public Property IntrastatApplyDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ IntrastatApplyDate {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member IntrastatApplyDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also