ImportCost..::..TotalAmount Property

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

Syntax


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