PurchaseInvoiceLineOriginCountry Property |
The country of origin of the invoiced product. Should be non-null only when this is different from the country of origin from the product definition. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Procurement
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