PurchaseInvoiceIntrastatTransactionNatureCode Property |
Transaction nature; used for Intrastat reporting.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Procurement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<TransactionNature> IntrastatTransactionNatureCode { get; set; }
Public Property IntrastatTransactionNatureCode As Nullable(Of TransactionNature)
Get
Set
public:
property Nullable<TransactionNature^>^ IntrastatTransactionNatureCode {
Nullable<TransactionNature^>^ get ();
void set (Nullable<TransactionNature^>^ value);
}
member IntrastatTransactionNatureCode : Nullable<TransactionNature> with get, set
Property Value
Type:
NullableTransactionNature
See Also