DebtorTransaction..::..Cartage3TaxAmount Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Entities.Debtor
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


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