DebtorTransaction..::..DebitTransaction Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Entities.Debtor
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


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