InvoicesOptionTotalAmountSignRestriction Property |
Restricts the sign of the total amount (amount to pay) 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 TotalAmountSignRestriction { get; set; }
Public Property TotalAmountSignRestriction As SignRestriction
Get
Set
public:
property SignRestriction^ TotalAmountSignRestriction {
SignRestriction^ get ();
void set (SignRestriction^ value);
}
member TotalAmountSignRestriction : SignRestriction with get, set
Property Value
Type:
SignRestriction
See Also