Invoice..::..FXRate Property

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

Syntax


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