DeclarationGoodsFlowDirection Property |
The flow direction of the goods. A=Arrival, D=Dispatch. [Required] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Intrastat
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DeclarationsRepositoryGoodsFlowDirection GoodsFlowDirection { get; set; }
Public Property GoodsFlowDirection As DeclarationsRepositoryGoodsFlowDirection
Get
Set
public:
property DeclarationsRepositoryGoodsFlowDirection^ GoodsFlowDirection {
DeclarationsRepositoryGoodsFlowDirection^ get ();
void set (DeclarationsRepositoryGoodsFlowDirection^ value);
}
member GoodsFlowDirection : DeclarationsRepositoryGoodsFlowDirection with get, set
Property Value
Type:
DeclarationsRepositoryGoodsFlowDirection
See Also