SalesQuoteLineCollection..::..IncGSTTotal Property

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

Syntax


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