DebtorTransaction..::..Cartage1TaxAmount Property

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

Syntax


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