PurchaseInvoiceIntrastatTransportCountry Property |
Country of origin of the transport company; used for Intrastat reporting. [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 IntrastatTransportCountry { get; set; }
Public Property IntrastatTransportCountry As Country
Get
Set
public:
property Country^ IntrastatTransportCountry {
Country^ get ();
void set (Country^ value);
}
member IntrastatTransportCountry : Country with get, set
Property Value
Type:
Country
See Also