InvoicesOptionSignRestriction Property |
Restricts the sign of the line amounts of the invoices. -1 =allow only negative, 0=allow all, 1=allow only positive amounts. [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic SignRestriction SignRestriction { get; set; }
Public Property SignRestriction As SignRestriction
Get
Set
public:
property SignRestriction^ SignRestriction {
SignRestriction^ get ();
void set (SignRestriction^ value);
}
member SignRestriction : SignRestriction with get, set
Property Value
Type:
SignRestriction
See Also