Line..::..TaxAmount Property

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

Syntax


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