InvoiceVATCashReportingMode Property |
When true, specifies, that the special cash reporting mode should be used for VAT reporting. When false, the normal (classic) VAT reporting is used. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool VATCashReportingMode { get; set; }
Public Property VATCashReportingMode As Boolean
Get
Set
public:
property bool VATCashReportingMode {
bool get ();
void set (bool value);
}
member VATCashReportingMode : bool with get, set
Property Value
Type:
Boolean
See Also