SalesQuoteLine..::..UnitGSTAmount Property

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

Syntax


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