Type of the VAT entry. S=Sales, P=Purchases. [Required] [Filter(eq)] [ORD]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Vat
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic EntriesRepositoryEntryType EntryType { get; set; }
Public Property EntryType As EntriesRepositoryEntryType
Get
Set
public:
property EntriesRepositoryEntryType^ EntryType {
EntriesRepositoryEntryType^ get ();
void set (EntriesRepositoryEntryType^ value);
}
member EntryType : EntriesRepositoryEntryType with get, set
Property Value
Type:
EntriesRepositoryEntryType
See Also