ProductOriginCountry Property |
Country from which the product originates (in which the product is produced/cultivated ...). Primarily used for Intrastat reporting. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
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