EnterpriseCompanyVATDocumentAmountType Property |
The document amount that is used to determine the amount of the VAT entries when they are generated. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DocumentAmountType VATDocumentAmountType { get; set; }
Public Property VATDocumentAmountType As DocumentAmountType
Get
Set
public:
property DocumentAmountType^ VATDocumentAmountType {
DocumentAmountType^ get ();
void set (DocumentAmountType^ value);
}
member VATDocumentAmountType : DocumentAmountType with get, set
Property Value
Type:
DocumentAmountType
See Also