CustomerReturn..::..LineTotalIncGST Property

Namespace:  JiwaFinancials.Jiwa.JiwaServiceManager
Assembly:  JiwaServiceManager (in JiwaServiceManager.dll)

Syntax


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