ProductDocumentAmountLinePercent Property |
The custom percent for the current product and amount type. [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal LinePercent { get; set; }
Public Property LinePercent As Decimal
Get
Set
public:
property Decimal^ LinePercent {
Decimal^ get ();
void set (Decimal^ value);
}
member LinePercent : decimal with get, set
Property Value
Type:
Decimal
See Also