PaymentOrderIsAmountWithVAT Property |
Is_Amount_With_VAT=true if the requested amount includes VAT. [Required] [Default(true)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
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