SalesOrder..::..GSTInvoice Property

Gets or sets a value indicating whether [GST invoice].

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

Syntax


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

Field Value

true if [GST invoice]; otherwise, false.