Receival..::..FreightTaxAmount Property

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

Syntax


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