DefaultSalesOrderPaymentPlanRemainder Property |
Indicates wheather this amount is the remainder of the document. Amount = Total amount of the sales order - explicitly specified amounts in the plan (by Amount_Percent). [Required] [Default(false)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool Remainder { get; set; }
Public Property Remainder As Boolean
Get
Set
public:
property bool Remainder {
bool get ();
void set (bool value);
}
member Remainder : bool with get, set
Property Value
Type:
Boolean
See Also