InventoryReceival..::..FreightTaxAmount Property

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

Syntax


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