SalesOrderLine..::..SellPriceIncGST Property

Namespace:  JiwaFinancials.Jiwa.JiwaSales.SalesOrder
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


public decimal SellPriceIncGST { get; set; }
Public Property SellPriceIncGST As Decimal
	Get
	Set
public:
property Decimal^ SellPriceIncGST {
	Decimal^ get ();
	void set (Decimal^ value);
}