DocumentAmountTypeSettingAddToInvoicedValue Property |
True= to add the amount to the invoiced value, false=otherwise. [Required] [Default(false)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Intrastat
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool AddToInvoicedValue { get; set; }
Public Property AddToInvoicedValue As Boolean
Get
Set
public:
property bool AddToInvoicedValue {
bool get ();
void set (bool value);
}
member AddToInvoicedValue : bool with get, set
Property Value
Type:
Boolean
See Also