SalesOrder..::..JobCostGSTApplicable Property

Gets or sets a value indicating whether [job cost GST applicable].

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

Syntax


public bool JobCostGSTApplicable { get; set; }
Public Property JobCostGSTApplicable As Boolean
	Get
	Set
public:
property bool^ JobCostGSTApplicable {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [job cost GST applicable]; otherwise, false.