CreditorTransaction..::..GSTAmount Property

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

Syntax


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