Invoice..::..ExpectedFXAmount Property

Namespace:  JiwaFinancials.Jiwa.JiwaLandedCost.Shipment
Assembly:  JiwaLandedCost (in JiwaLandedCost.dll)

Syntax


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