CountryIntrastatCode Property |
This code is used when creating the Intrastat Declaration. If the field is empty, then the value from the 'Code' field is used.
Namespace:
Aloe.EnterpriseOne.Model.General.Geography
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string IntrastatCode { get; set; }
Public Property IntrastatCode As String
Get
Set
public:
property String^ IntrastatCode {
String^ get ();
void set (String^ value);
}
member IntrastatCode : string with get, set
Property Value
Type:
String
See Also