DebtorTransaction..::..FXAllocatedAmount Property

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

Syntax


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