DebtorTransaction..::..FXAllocAmount Property

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

Syntax


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