ASN..::..TotalGSTAmount Property

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

Syntax


[XmlIgnoreAttribute]
public decimal TotalGSTAmount { get; set; }
<XmlIgnoreAttribute> _
Public Property TotalGSTAmount As Decimal
	Get
	Set
[XmlIgnoreAttribute]
public:
property Decimal^ TotalGSTAmount {
	Decimal^ get ();
	void set (Decimal^ value);
}