PurchaseOrderLine..::..TaxRate Property

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

Syntax


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