SalesOrderPaymentOrdersTemplateIsAmountWithVAT Property |
True to indicate that the parent document includes VAT and the generated the payment order should be with Is Amount With VAT = true. This setting DOES NOT affect whether the generated amount should include VAT or not, it simply sets the flag in the generated order. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsAmountWithVAT { get; set; }
Public Property IsAmountWithVAT As Boolean
Get
Set
public:
property bool IsAmountWithVAT {
bool get ();
void set (bool value);
}
member IsAmountWithVAT : bool with get, set
Property Value
Type:
Boolean
See Also