DebtorTransaction..::..Cartage2TaxAmount Property

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

Syntax


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