DealTypeEntryType Property |
Type of the VAT entries, which are made for this deal type. S=Sales, P=Purchases. [Required] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Vat
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DealTypesRepositoryEntryType EntryType { get; set; }
Public Property EntryType As DealTypesRepositoryEntryType
Get
Set
public:
property DealTypesRepositoryEntryType^ EntryType {
DealTypesRepositoryEntryType^ get ();
void set (DealTypesRepositoryEntryType^ value);
}
member EntryType : DealTypesRepositoryEntryType with get, set
Property Value
Type:
DealTypesRepositoryEntryType
See Also