ImportCost..::..HomeAmount Property

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

Syntax


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