DeclarationLineOriginCountry Property |
The country of origin of the goods. null for outbound declarations. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Intrastat
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Country OriginCountry { get; set; }
Public Property OriginCountry As Country
Get
Set
public:
property Country^ OriginCountry {
Country^ get ();
void set (Country^ value);
}
member OriginCountry : Country with get, set
Property Value
Type:
Country
See Also