SalesOrdersOptionVATDeviationDocumentAmountType Property |
Document amount that contains the difference between the total amount of the sales order formed by unit prices with VAT and the amount formed by unit prices without VAT. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DocumentAmountType VATDeviationDocumentAmountType { get; set; }
Public Property VATDeviationDocumentAmountType As DocumentAmountType
Get
Set
public:
property DocumentAmountType^ VATDeviationDocumentAmountType {
DocumentAmountType^ get ();
void set (DocumentAmountType^ value);
}
member VATDeviationDocumentAmountType : DocumentAmountType with get, set
Property Value
Type:
DocumentAmountType
See Also